/Scrapy-BestSellerBooks-in-Kitapyurdu

Taking the info of first 60 best seller books that are sold in "kitapyurdu.com" (Learn-by-doing mini project)

Primary LanguagePython

Scrapy-BestSellerBooks-in-Kitapyurdu

Taking the info of first 60 best seller books that are sold in "kitapyurdu.com" (Learn-by-doing mini project)

I followed a course of Mustafa Murat Coşkun on Udemy to build the project.

You need to install;

You need to write scrapy crawl booksin terminal (make sure that you are in the directory that project exists) to run the code.

  • "books" represents the name of the spider.
  • book_spider.py = This script will create a txt file that contains the info of 60 best seller books in "kitapyurdu.com"

    I tried to explain the steps with comments in book_spider.py file. Happy Coding!