Script to send automated emails with a google account.
- Create an OAuth2.0 token here: Using OAuth 2.0 to Access Google APIs
- Store the Credentials on a file called: credentials.json
- Create a venv:
python3 -m venv env
- Activate the environment:
# Unix
source env/bin/activate
# Windows
env\Scripts\activate
- Install the requirements:
pip install -r requirements.txt
- Run the script:
python main.py