https://github.com/remy/goodreads
A mini project to collect all my Goodreads book reviews in a JSON format
https://github.com/remy/goodreads
Last synced: 6 months ago
JSON representation
A mini project to collect all my Goodreads book reviews in a JSON format
- Host: GitHub
- URL: https://github.com/remy/goodreads
- Owner: remy
- Created: 2018-08-03T12:41:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T08:43:17.000Z (over 6 years ago)
- Last Synced: 2025-03-19T02:01:34.941Z (7 months ago)
- Language: JavaScript
- Homepage: https://goodreads.isthe.link
- Size: 18.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goodreads review JSON export
A mini project to collect all my [Goodread](https://www.goodreads.com/api/index#reviews.list) book reviews in a JSON format. As I intend to publish these on my own site one day.
## Usage
Currently hosted on [goodreads.isthe.link](https://goodreads.isthe.link), but you can host it yourself locally or anywhere else.
1. Auth at `/auth`
2. Visit `/reviews` to get a JSON object of the last 200 books you reviewed in your _read_ shelf.
3. Do as you please with your JSON.## Notes
- The instance is ephemeral and thus the sessions only last as long as the instance is running. Upon wake or new deploys old sessions will be trashed. Sorry!