Skip to content

A simple crawler that gets the basic information of books listed on PacktPub.

Notifications You must be signed in to change notification settings

jiahuif/packtpub-book-info-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Packtpub Book Information Crawler

A simple crawler that gets the basic information of books listed on PacktPub

Requirements

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.

Usage

Run it and forget it. All crawled data goes to database.db, run sqlite3 database.db to use sqlite3 to inspect the database.

About

A simple crawler that gets the basic information of books listed on PacktPub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages