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 example@gmail.com -smtp_pwd 3xamp13_pa$$w0rd -from_email example@gmail.com -to_email example@gmail.com
Usage with config.json:
python3 send_new_free_learning_book_name_to_email.py -config config.json