Goodreads Developers discussion
bugs
>
shelves.list broken
date
newest »

message 1:
by
Li
(new)
Jul 06, 2013 09:57PM

reply
|
flag



I have this code in Python, trying to get a list of all my shelves. But I am not getting anything back .
url = 'https://www.goodreads.com/shelf/list.xml '
params = {'key': key, 'user_id': user_id, page: 1}
response_user_shelves = requests.get(url, params=params)
print '*** These are your SHELVES: ***', response_user_shelves.text
Any advice of what's wrong ?
Thanks!
Beata
