You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
I could be mistaken, but I don't see any way to manipulate the user's shelves, (etc: adding books to, removing books from, listing, etc).
I think you can use the request function to make a raw request to Goodreads and this is what I'll most likely be using for these functions, but could we get the shelf functions? :)
The text was updated successfully, but these errors were encountered:
If you do something like.
res = gc.session.get('shelf/list.xml', params={'page':'1', 'user_id':'some id here'})
for item in res['shelves']['user_shelf'][0]
print item['name']
That seems to work
AdeebNqo
added a commit
to AdeebNqo/goodreads
that referenced
this issue
Feb 20, 2016
There is an issue labeled "no shelf api functions? sefakilic#8"
in the original package. It seemed like something I needed
but I wasn't interested in figuring out that mess. I have
added a simple method to retrive books in shelf. This method
does not use most of the parameters listed in https://www.goodreads.com/api/index#reviews.list
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I could be mistaken, but I don't see any way to manipulate the user's shelves, (etc: adding books to, removing books from, listing, etc).
I think you can use the request function to make a raw request to Goodreads and this is what I'll most likely be using for these functions, but could we get the shelf functions? :)
The text was updated successfully, but these errors were encountered: