Skip to content

PaulKlinger/Enhance-GoodReads-Export

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Enhance GoodReads Export

A small tool to add additional data to a GoodReads library export file (.csv) by parsing the website.

Currently adds reading dates (start and finish, including re-readings) and genres.

When analyzing the export file in Bookstats this data is used to show additional / more accurate graphs (e.g. favorite genres, better pages / day stats,...).

Currently only works with separate GoodReads login (i.e. email and password, not via e.g. facebook). During login you might be asked to solve a captcha.

Windows users can click here to download a standalone executable version with a basic graphical user interface.

All others can use the module directly. This requires python 3.10 and the dependencies specified in "requirements/requirements.txt".

Usage instructions for the command line version (output of "python -m enhance_goodreads_export --help"):

usage: python -m enhance_goodreads_export [-h] [-c CSV] [-u UPDATE] [-e EMAIL] [-p PASSWORD] [-f] [-g]

Adds genre and (re)reading dates information to a GoodReads export file.

options:
  -h, --help            show this help message and exit
  -c CSV, --csv CSV     path of your GoodReads export file (the new columns will be added to this file)
  -u UPDATE, --update UPDATE
                        (optional) path of previously enhanced GoodReads export file to update (output will still be written to the file specified in --csv)
  -e EMAIL, --email EMAIL
                        the email you use to login to GoodReads
  -p PASSWORD, --password PASSWORD
                        your GoodReads Password
  -f, --force           process all books (by default only those without genre information are processed)
  -g, --gui             show GUI

The tool adds two additional columns to the .csv file: "read_dates" and "genres" Their format is as follows:

  • read_dates: "START_DATE_1,END_DATE_1;START_DATE_2,END_DATE_2;..." where the dates are in YYYY-MM-DD format
  • genres: "GENRE,SUBGENRE,SUBSUBGENRE,(...)|NUM_USERS;GENRE,..." where NUM_USERS is the number of users that have added the book to that shelf

About

Small tool to add additional data to .csv library exports from goodreads

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages