joelkraf / email_research_assistant

Repository from Github https://github.comjoelkraf/email_research_assistantRepository from Github https://github.comjoelkraf/email_research_assistant

https://www.youtube.com/watch?v=NB7I8dnkvNw

Google Search Email Research Assistant - Deployed to Render

Deploy an email research assistant to send you a daily summary of the latest AI research (or whatever you want).

Required API keys:

Setup for Render deployment

  1. Point a render CRON job to this repository
  2. Set the environment variables in the render dashboard as per the image below:

Render Environment Variables

  1. Set the entry point to python email_script.py

Thats it!

Setup for local development

  1. Install the required packages pip install -r requirements.txt
  2. Set the environment variables in the .env file
  3. Run the script with python email_script.py

About


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%