issues
search
intari
/
readingtracker
Reading Tracker: Now you are in control of what you read
http://intari.github.io/readingtracker
GNU General Public License v3.0
3
stars
0
forks
source link
Goodreads integration
#8
Open
intari
opened
9 years ago
intari
commented
9 years ago
login to Goodreads
find matching books on user's shelves (or somehow else?)
move to 'currently-reading' if user starts reading a book?
update progress (how? ADE-pages are not liked by goodreads, %-style?)
update status when book is finished?
intari
commented
9 years ago
Regular API
https://www.goodreads.com/api
they use OAuth1 with some tricks. documentation at
https://www.goodreads.com/api/documentation#oauth
API call to use
https://www.goodreads.com/api#user_status.create
Existing wrapper for Android (even with gradle support)
https://github.com/MarcBernstein/android-goodreads-api