HamidrezaSafari / goodreads_book_dataset

scrape data from www.goodreads.com and store dataset in JSON file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoodReads

Goodreads is a social cataloging website that allows individuals to search freely its database of books, annotations, and reviews. Users can sign up and register books to generate library catalogs and reading lists. They can also create their own groups of book suggestions, surveys, polls, blogs, and discussions .

Goodreads book dataset

We decided to start collecting book information from Goodreads API to analyze the data of the world's books. Approximately 10,000,000 books are available on the site's archives, and this project is collecting them. for requesting on the API , we used Goodreads python library , The project data is updated every two days .

Instalation recommended

pip install requests 
pip install goodreads

Data Collectors

About

scrape data from www.goodreads.com and store dataset in JSON file

License:MIT License


Languages

Language:Python 100.0%