Usage guide & live analyzer
1. Start the FastAPI server: uvicorn app.api:app --host 0.0.0.0 --port 8000
2. Scrape data from Twitter, Reddit, and Facebook:
python main.py run "keyword" (Twitter)
python main.py run-reddit "keyword" (Reddit)
python main.py run-facebook "keyword" --page-id PAGE_ID (Facebook)
Add --engine fast for lightweight sentiment analysis.
3. Enter a keyword below to analyze stored content and generate AI summaries via Gemini.
For example: "The latest noise-cancelling headphones AirPod Pro Max sound incredible, but early users say the app setup feels clunky."