Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trakt.tv Movie / TV Show tracking #2

Open
jeherve opened this issue Feb 29, 2016 · 2 comments
Open

Trakt.tv Movie / TV Show tracking #2

jeherve opened this issue Feb 29, 2016 · 2 comments

Comments

@jeherve
Copy link

jeherve commented Feb 29, 2016

Would you consider adding Trakt.tv to the list of importers?

https://trakt.tv/
http://docs.trakt.apiary.io/

They apparently use oAuth2, although some of the data doesn't require any authentication.

It would be nice if all movies and TV shows watched were imported as new posts, maybe using history:
http://docs.trakt.apiary.io/#reference/users/friends/get-watched-history?console=1

@beaulebens
Copy link
Owner

I'd never actually heard of this, but it looks pretty interesting.

I will probably not personally write it, since I'm not using Trakt, but if someone wanted to take a look at doing it, you'd need to make a Trakt Service definition (based on one of the other OAuth2 ones shipped in Keyring itself), and then an importer, based on one of the others.

I think using /users/me/history is what you'd be after, based on http://docs.trakt.apiary.io/#reference/users/history/get-watched-history

@xavierroy
Copy link

Check out https://github.com/jeherve/traktivity for inspiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants