Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 461 Bytes

free-learning-book-notifier

Simple script that sends notification to email about new book from Puckt Publishing Free Learning.

Usage:

python3 send_new_free_learning_book_name_to_email.py -smtp_host smtp.gmail.com -smtp_port 465 -smtp_login [email protected] -smtp_pwd 3xamp13_pa$$w0rd -from_email [email protected] -to_email [email protected]

Usage with config.json:

python3 send_new_free_learning_book_name_to_email.py -config config.json