A simple crawler that gets the basic information of books listed on PacktPub
Scripts are tested on python 2.7.6.
Requires requests (python-requests) and pyquery (python-pyquery), you may use pip install requests pyquery to install these two packages.
Run it and forget it.
All crawled data goes to database.db, run sqlite3 database.db to use sqlite3 to inspect the database.