Three-step social monitoring workflow
1. Discover
Console script searches only. No profiles.
Console script searches only. No profiles.
→
2. Vet + Enrich
ChatGPT removes irrelevant items; second console script enriches only finalists.
ChatGPT removes irrelevant items; second console script enriches only finalists.
→
3. Store + Report
Import final JSON, dedupe permanently, create Telegram prompt.
Import final JSON, dedupe permanently, create Telegram prompt.
1
Generate discovery scraper
This script only discovers posts in the selected 12/24-hour window and returns raw candidate JSON. It never visits profiles.
2
Vet candidate JSON with ChatGPT
Paste Step 1 JSON. The site produces a prompt; ChatGPT returns only the truly relevant finalized post JSON.
3
Enrich finalized posts → store
Paste ChatGPT's vetted JSON, generate the second console scraper, collect account details, then import the enriched JSON permanently.