Goodreads Developers discussion
feature requests
>
Progress API
date
newest »


I ended up writing a little Node.js library to help with this. It's not the full app, but a little module I wrote specifically to help with this. You can check it out here to get an idea: https://www.npmjs.com/package/goodrea...
https://github.com/kylegoetz/goodread...
Basically Goodreads also exposes an RSS feed for each user's activity, so I had to parse that for specific data I wanted.
I'd like to make a telegram BOT to easily update progress of the book I'm currently reading. But I can't find the API to even READ the progress. Is it something you are going to do?