-
Hi, First of all, thanks for maintaining! I'm trying to use the UserTokenRequestsFetcher class to fetch all of my Discogs Lists (and later, their Items). Ultimately I'm trying to push this data into a local database, and so need to process the data as such. As per the documentation, it returns a bytes object, but being fairly new to Python, I'm struggling to move forward from that point. I've got it converted to a dictionary, but then it doesn't behave as I would expect (throwing errors when trying to convert it from there into a pandas DataFrame. Appreciate this is more of a me-issue than a library-issue, but just wondered if you there was an expected set of next steps to take with results from the Fetcher classes? Is there another part of this library that could help me get what I need from the API? Cheers in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @apwob1 Im not sure I get what you are trying to do 😅 You can get a list by id using Have you read our new docs? https://python3-discogs-client.readthedocs.org/ Hope that helped atleast in some way, cheers. |
Beta Was this translation helpful? Give feedback.
And to be "superclear": To properly authenticate using the UserTokenRequestsFetcher only the first line of your code should be necessary. E.g as described here: https://python3-discogs-client.readthedocs.io/en/latest/authentication.html#user-token-authentication