Skip to content

Designed to compare details & prices of books from different e-commerce websites in India using ISBN or keywords.

Notifications You must be signed in to change notification settings

mrsmartpants/ISBN-Search

 
 

Repository files navigation

ISBN-Search

Designed to crawl for book details & prices from books selling website in india & search books using ISBN or keywords for price comparison.

#Getting Started

  1. Read INSTALL.md for installation instructions.
  2. Once instllation has been completed, go through the different steps of ISBN collection, Details collection & price collection directory and run crawl.py to assign tasks to celery worker using RabbitMQ broker.
## `cd` to `isbn_collection/`
cd isbn_collection/
## Run celery worker under screen session
screen -dmS "celery" celery -A tasks worker --loglevel=info --concurrency=4
## Run crawler using
python crawl.py

About

Designed to compare details & prices of books from different e-commerce websites in India using ISBN or keywords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published