Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc

License

andre-st/goodreads-toolbox

Repository files navigation

📚 Andre's Goodreads Toolbox, v1.25.1

Maintenance

9 Perl-scripts for Goodreads.com—the world largest book (cataloging) community. What's new?

Checks all the books in your shelf for new ratings and notifies you via periodical e-mail. It helps discover new criticisms and users with interesting libraries. You can try this online if you don't want to install anything. It implements the "follow book" feature that was requested in the Goodreads forums. Usage+Screenshot

Prints all books rated 4 or 5 stars by 3 or more persons you follow (including friends). It implements the "books common among the people I follow" feature that was requested in the Goodreads forums. It also lists the most read authors, the most wished-for and hated books. Usage+Screenshot

Spiders your social network and creates files with edges and nodes which can be easily processed with social network analysis software. It answers questions like: Which members are popular among your friends? Usage+Screenshot

Prints discussion groups common among the persons you follow (including friends). Searching groups on Goodreads is a PITA, and sometimes you don't know what you can have and wouldn't search for it. Usage+Screenshot

Prints Goodreads members who are interested in the same books as you. It implements the "Finding people based on the books they've read" feature that was requested in the Goodreads forums. Usage+Screenshot

Prints authors who Goodreads thinks are similar to all the authors you're reading. It implements the "Finding [all] similar authors" feature that was requested in the Goodreads forums. Usage+Screenshot

Prints a books search result, ordered by average rating and number of ratings (most popular books), or date published, optionally with exact title matches. The Goodreads website doesn't offer it for some reason. It implements the "Sort search results by rating" feature that was requested in the Goodreads forums. Usage+Screenshot

Saves text-reviews for a book to a text-file. It implements the "Extract all reviews for a specific book" feature that was requested in the Goodreads forums. Usage+Screenshot

This script fetched Amazon Trade-In prices for all books in a Goodreads.com shelf ("resales" or "donations"). It automated regular manual bid-checking for hundreds of books, discovering sales opportunities. Amazon stopped its buyback program in 2015. Usage+Screenshot

Getting started

1a. Docker users can run the Toolbox in its own container(?), and view the results via web-browser at localhost:8080:

$ docker run -it --publish=8080:80 ghcr.io/andre-st/goodreads-toolbox

1b. users without Docker can try to install the Toolbox directly on their systems:

$ git clone https://github.com/andre-st/goodreads-toolbox.git
$ cd goodreads-toolbox
$ sudo make          # Gets required Perl modules from CPAN

2. at the prompt, try out the Toolbox programs:

$ ./example-script.pl --help

Before Docker for Windows or Mac and the project's Docker-images became available, a Windows user wrote me that he ran the Toolbox on the Windows 10 Subsystem for Linux (WSL).

Long program runtimes: Goodreads slows down all requests and we have to load a lot of data. Start one program and do other things in the meantime. You can break any program with CTRL-C and continue later (reloads from a file-cache).

Contributing

Further readings