Skip to content

SoroushGhaderi/goodreads_book_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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