/gmail-ai-organizer

AI organizes your gmail

Primary LanguagePython

Let AI organize your Gmail

What you need:

  • rename the .env.example file to .env and fill in your openai api key and your email
  • modify the constants file days_back to however many days back you want to search for emails
  • enable the gmail API (important): steps followed here -> GMail API
  • create a credentials folder, and then when you get your json file from Google, rename it to 'credentials.json' and add it to this folder
  • when done, run the main.py file!

In future, will think about automating this with CrewAI, but it doesn't seem necessary atm.