Versions

Description

trakt: Python interface to Trakt.tv =================================== This module is designed to be a Pythonic interface to the `Trakt.tv <http://trakt.tv>`_. REST API. The official documentation for which can be found `here <http://trakt.tv/api-docs/>`_. trakt contains interfaces to all of the Trakt.tv functionality in an, ideally, easily scriptable fashion. More information about getting started and accessing the information you thirst for can be found throughout the documentation below. Installation ------------ There are two ways through which you can install trakt Install Via Pip ^^^^^^^^^^^^^^^ To install with `pip <http://www.pip-installer.org/>`_, just run this in your terminal:: $ pip install trakt Get the code ^^^^^^^^^^^^ trakt is available on `GitHub <https://github.com/kennethreitz/requests>`_. You can either clone the public repository:: $ git clone git://github.com/moogar0880/PyTrakt.git Download the `tarball <https://github.com/moogar0880/PyTrakt/tarball/master>`_:: $ curl -OL https://github.com/moogar0880/PyTrakt/tarball/master Or, download the `zipball <https://github.com/moogar0880/PyTrakt/zipball/master>`_:: $ curl -OL https://github.com/moogar0880/PyTrakt/zipball/master Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:: $ python setup.py install

Repository

http://github.com/moogar0880/PyTrakt.git

Project Slug

pytrakt

Last Built

5 years, 6 months ago passed

Maintainers

Home Page

http://github.com/moogar0880/PyTrakt

Badge

Tags

trakt, trakttv, tv

Short URLs

pytrakt.readthedocs.io
pytrakt.rtfd.io

Default Version

latest

'latest' Version

master