trakt.py icon indicating copy to clipboard operation
trakt.py copied to clipboard

Python interface for the Trakt.tv API

Results 11 trakt.py issues
Sort by recently updated
recently updated
newest added

I am trying to mark an episode as watched. I get the Episode object from `myEpisode = Trakt['search'].lookup(5337301, "tvdb", "episode")[0]`. how can I mark it as watched ?

i was getting No items form this list: `https://trakt.tv/users/hammers-lists/lists/creature-feature-monster-movies` so i did some digging and when your calling the api your using the username not the user slug. For most...

Added [User Collection Endpoint](https://trakt.docs.apiary.io/#reference/users/collection/get-collection). I modeled this after user/watched and I'll be honest I wasn't sure how to write tests for this but I tested in a different environment and...

I added the Played, Watched, and Collected end points and revamped Trending, Popular, and Recommended.

FYI, just got the following email from Trakt > As of October 27, 2020, we’re enforcing rate limiting for all API apps. You’ve created a Trakt API app, and we...

feature

- [x] Simplify API navigation in the documentation site - [x] Write documentation for objects - [ ] Write documentation for interfaces - [ ] Write documentation for other modules...

in progress
documentation

Should this be done in our apps? Might be nice to have this centrally, might also be overkill. Would have to save timestamps to our sync/collection sync/watched calls and compare...

feature

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Source: ``` Class SearchInterface(Interface): ... def query(self, query, media=None, year=None, fields=None, extended=None, page=None, per_page=None, **kwargs): ... :param year: Desired media year (or :code:`None` to return all matching items) :type year:...