Skip to content

z4r/python-trakt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python interface to trakt.tv API

https://api.travis-ci.org/z4r/python-trakt.png?branch=master https://coveralls.io/repos/z4r/python-trakt/badge.png?branch=master https://pypip.in/v/python-trakt/badge.png https://pypip.in/d/python-trakt/badge.png

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages