https://www.youtube.com/watch?v=NB7I8dnkvNw
Deploy an email research assistant to send you a daily summary of the latest AI research (or whatever you want).
Required API keys:
- Serper API key (for Google search https://serper.dev/)
- Scraping API key (for scraping urls & rendering JS https://scrapingfish.com/)
- Sendinblue API key (for sending emails https://app.brevo.com/)
- OpenAI API key (for summarizing the results https://platform.openai.com)
- Point a render CRON job to this repository
- Set the environment variables in the render dashboard as per the image below:
- Set the entry point to
python email_script.py
Thats it!
- Install the required packages
pip install -r requirements.txt - Set the environment variables in the .env file
- Run the script with
python email_script.py
