- Step1: Clone the repository with git clone https://github.com/AdritPal08/AI-News-Letter-Generator-with-Crew-AI-Python-and-ChatGPT
- Step2: Install dependencies with pip install -r requirements.txt
- Step3: Export OPENAI_API_KEY and CREW_AI_API_KEY as environment variables
- Step4: Configure newsletter parameters in config.yaml (topics, frequency, template)
- Step5: Run python main.py to generate the newsletter
- Step6: Schedule the script via cron (Linux/macOS) or Task Scheduler (Windows) for automation