python-trakt 1.0

Last updated:

0 purchases

python-trakt 1.0 Image
python-trakt 1.0 Images
Add to Cart

Description:

pythontrakt 1.0

This package provides a module to interface with the trakt.tv API.


Installation
trakt API usage
License
References



Installation
Using pip:
$ pip install git+https://github.com/z4r/python-trakt


trakt API usage
import trakt.tv
trakt.tv.setup(apikey=<YOUR_APIKEY>)
trakt.tv.search.shows('walking dead')
You can perform auth request
import trakt.tv
trakt.tv.setup(apikey=<YOUR_APIKEY>, username=<USER>, password=<PWD>)
trakt.tv.show.episode('the-walking-dead', 1, 1)


License
This software is licensed under the Apache License 2.0. See the LICENSE
file in the top distribution directory for the full license text.


References

trakt.tv
API

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.