PyTrakt
PyTrakt copied to clipboard
A Pythonic interface to the Trakt.tv REST API
Maybe I am just missing something, but I am attempting to add items to a UserList and can't get it to work. I am using the below code: ```python import...
I see that I can get the users to watched shows and movies. But I would like to know what is the latest episode the user watch of a certain...
Refactors bunch of different logic stuffed to core.py into more specific classes following SOLID principles. New classes: - `HttpClient` - trakt api client that takes `base_url` and implements `get`/`post`/`put`/`delete` methods,...
This is to carry methods to this library: - https://github.com/Taxel/PlexTraktSync/blob/010c3479a898f31bbc093c38562f09373c3a7dbe/plextraktsync/pytrakt_extensions.py#L46-L50
Requires: - https://github.com/moogar0880/PyTrakt/pull/173
Looks like some tags are missing, but are present in changelog (HISTORY.rst). - 1.0.3 (2015-02-28) - 1.0.2 (2015-02-17) there may be more
Hi, PlexTraktSync has implemented some more methods that this library did not provide at the time (I have not verified does it now): - https://github.com/Taxel/PlexTraktSync/blob/0.1.0/pytrakt_extensions.py please add support for those...
see: - https://blog.trakt.tv/how-to-build-your-collection-146e6e80bcd7 api docs: - https://trakt.docs.apiary.io/#reference/sync/add-to-collection/add-items-to-collection refs: - https://github.com/Taxel/PlexTraktSync/issues/117
### Description When I use the **User** API's, I get an error requesting OAuth. I'm trying to use your module to play with my data on trakt.tv and while I...
hi @moogar0880 I don't know if this project is still alive. But recently I decided to refactor some it's code, as it's kinda limited compared to what the trakt api...