- Reads latest email from a specific sender
- Sends email content to ChatGPT to draft a reply
- Sends the reply back via Gmail
- $env:PYTHONPATH = "."
- robot tests/email_reply_test.robot
- Set up Gmail API credentials and save
token.jsonundercredentials/ - Add your OpenAI key in
config.py - Install dependencies:
pip install -r requirements.txt