Skip to content

❗ This is a read-only mirror of the CRAN R package repository. Goodreader — Scrape and Analyze 'Goodreads' Book Data. Homepage: https://github.com/chaoliu-cl/Goodreaderhttp://liu-chao.site/Goodreader/ Report bugs for this package: https://github.com/chaoliu-cl/Goodreader/issues

Notifications You must be signed in to change notification settings

cran/Goodreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goodreader logo

Goodreader is a comprehensive toolkit for scraping and analyzing book data from Goodreads.

Installation

From CRAN:

install.packages("Goodreader") 

Use Goodreader

#load the package
library(Goodreader)

#Search for books
AI_df <- search_goodreads(search_term = "artificial intelligence", search_in = "title", num_books = 10, sort_by = "ratings")

#Retrieve Book IDs and save them into a text file
get_book_ids(input_data = AI_df, file_name = "AI_books.txt")

#Get book-related information
scrape_books(book_ids_path = "AI_books.txt")

#Scrape book reviews
scrape_reviews(book_ids_path = "AI_books.txt", num_reviews = 10)

About

❗ This is a read-only mirror of the CRAN R package repository. Goodreader — Scrape and Analyze 'Goodreads' Book Data. Homepage: https://github.com/chaoliu-cl/Goodreaderhttp://liu-chao.site/Goodreader/ Report bugs for this package: https://github.com/chaoliu-cl/Goodreader/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages