Claim packtpub's free ebook (https://www.packtpub.com/packt/offers/free-learning)
- Your packtpub account. Write your email and password at "Your Account" section in claim.py
- Python 2.7 or higher
- Python Libraries: bs4 and requests
To install bs4 and requests, run:
pip install bs4 requests
Add below command to crontab:
0 7 * * * /bin/python2.7 /path/to/claim.py
claim.py will be executed at 7:00 AM every day
- Sorry for my bad code. I'm new in python programming :)