Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T08:05:43.000Z (over 7 years ago)
- Last Synced: 2024-08-05T17:41:41.486Z (5 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`.