- Step1: Clone the GitHub repository and navigate into the project directory.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Configure your OpenAI API key in the .env file.
- Step4: Define search parameters (keywords, locations, platforms) in config.json.
- Step5: Run python agent.py to start scraping and summarization.
- Step6: View generated outputs in the /outputs folder (CSV/JSON).
- Step7: Adjust filters or prompts in the code to refine results.