Skip to content

oktayozkan0/book-price-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Important note

This is an experimental project. There may be problems, bugs and prices might be wrong (they are usually right).

book-price-comparison

Simple Web Scraper with Django and Scrapy, Only Turkish books and Turkish book eCommerce websites (except Amazon)

Installation

for Windows:

pip install scrapy scrapyrt django 

for Linux:

pip3 install scrapy scrapyrt django 

Start ScrapyRT HTTP API

Open terminal in scrapy_crawlers/book_scraper and then:

scrapyrt

after run the scrapyrt successfully, run django server
open terminal in price_comp/price_comp and then:

python manage.py runserver

for Linux:

python3 manage.py runserver

after that, go to http://127.0.0.1:8000 in your browser and try search a book
I will search "Satranç" which is Turkish translation of Stefan Zweig's The Royal Game image

and here is the results: image results are sorting by low to high price
columns are BOOK TITLE, AUTHOR, PUBLISHER, PROVIDER, PRICE and WEBSITE.
You can go to website with GO button. image image

About

Book Comparison Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published