Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 527 Bytes

Maily

Script to send automated emails with a google account.

  1. Create an OAuth2.0 token here: Using OAuth 2.0 to Access Google APIs
  2. Store the Credentials on a file called: credentials.json
  3. Create a venv:
python3 -m venv env
  1. Activate the environment:
# Unix
source env/bin/activate

# Windows
env\Scripts\activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Run the script:
python main.py