Displaying 2 results from an estimated 2 matches for "scrape_review".
Did you mean:
scrape_reviews
2024 Sep 03
0
Goodreader: Scrape and Analyze 'Goodreads' Book Data
...= "title", num_books = 10, sort_by = "ratings")
# Retrieve Book IDs and save them to 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)
For more details, please visit: https://liu-chao.site/Goodreader/
Best regards,
Chao Liu
[[alternative HTML version deleted]]
2024 Sep 03
0
Goodreader: Scrape and Analyze 'Goodreads' Book Data
...= "title", num_books = 10, sort_by = "ratings")
# Retrieve Book IDs and save them to 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)
For more details, please visit: https://liu-chao.site/Goodreader/
Best regards,
Chao Liu
[[alternative HTML version deleted]]