The project uses scrapy to crawl data from some websites such as allitebooks,digilibraries,etc ,and stores it in sqlite3. It can search and download some books that you need.
Data source
You can use python2.7+ or python3+ to run the script,Run:
git clone https://github.com/howie6879/ITBooks
cd /ITBooks/ITBooks
python abook.py search Mastering+Python Hattem
The following content will show on screen:
python abook.py search <title> <author>
python abook.py title <title>
python abook.py author <author>
Once the download is completed, you can read the book on your computer.
Enjoy reading time !
- Add more websites
- Batch download