https://github.com/ruter/free-packt-ebooks-crawler
A tool for claim and save PACKT's FREE TECHNOLOGY EBOOKS.
https://github.com/ruter/free-packt-ebooks-crawler
Last synced: 3 months ago
JSON representation
A tool for claim and save PACKT's FREE TECHNOLOGY EBOOKS.
- Host: GitHub
- URL: https://github.com/ruter/free-packt-ebooks-crawler
- Owner: ruter
- License: mit
- Created: 2017-05-03T05:32:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T08:05:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T15:44:22.194Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# free-PACKT-eBooks-Crawler
A tool for claim and save [PACKT's FREE TECHNOLOGY EBOOKS](https://www.packtpub.com/packt/offers/free-learning).# Usage
Install requirements```
pip install -r requirements.txt
```Setting your packtpub account in `config.py`.
Run it
```
python main.py
```# Note
`Python3` ONLY.Auto claim will try to calim the free eBook once every 8 hours by default, you can modify the frequency in `config.py`.