Skip to content

Using the Python SCRAPY library, all the data in the 'Best Selling Books' category from the website 'kitapyurdu.com' were scraped. The data was stored in Mongo DB, one of the NoSQL databases.

Notifications You must be signed in to change notification settings

berkay-c/data-scraping-with-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project topic

πŸ“ About The Project

Using the Python SCRAPY library, all the data in the 'Best Selling Books' category from the website 'kitapyurdu.com' were scraped. The data was stored in Mongo DB, one of the NoSQL databases.

Gif One

πŸ”§ Built With

πŸ’» Installation

Let's install Python-3

  $ sudo apt update
  $ sudo add-apt-repository ppa:deadsnakes/ppa
  $ sudo apt install python3.9

Then install pip using python3

  $ sudo apt update
  $ sudo apt install python3-pip

πŸ’» Run Locally

Clone the project

 $ git clone https://github.com/berkay-c/data-scraping-with-scrapy

Go to the project directory

 $  cd data-scraping-with-scrapy

Run Book Spider using Scrapy

 $  scrapy crawl Book

πŸ“Έ Screenshots

1

2

3

4

5

6

πŸ”— Contact Me and Feedback

GitHub

linkedin

Gmail

License

MIT

About

Using the Python SCRAPY library, all the data in the 'Best Selling Books' category from the website 'kitapyurdu.com' were scraped. The data was stored in Mongo DB, one of the NoSQL databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages