Skip to content

ColombiaPython/maily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script para envíar correos de notificación

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published