Pythonic abstraction layer for easier scripting of the Trakt.tv REST API.
Project description
This module is designed to be a Pythonic interface to the Trakt.tv. REST API. The official documentation for which can be found here. trakt contains interfaces to all of the Trakt.tv functionality in an, ideally, easily scriptable fashion. For more information on this module’s contents and example usages please see the PyTrakt docs.
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, just run this in your terminal:
$ pip install trakt
Get the code
trakt is available on GitHub.
You can either clone the public repository:
$ git clone git://github.com/moogar0880/PyTrakt.git
Download the tarball:
$ curl -OL https://github.com/moogar0880/PyTrakt/tarball/master
Or, download the zipball:
$ 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
Release History
0.3.4 (2014-08-12)
Merged @stampedeboss changes from PR #1
Some small stylistic changes for consistency
0.3.3 (2014-07-04)
trakt.tv.TVShow improvements/changes
Misc bug fixes in trakt.tv
Import enhancements in trakt.movies
Added community module
Fixed/updated documentation
0.3.0 (2014-06-19)
Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file trakt-0.3.5.tar.gz
.
File metadata
- Download URL: trakt-0.3.5.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 748968c86c47c99f9eb6f650a7b3a98877a21dcd910ac48a9ab1b98a2e133323 |
|
MD5 | 07de8cec8e453c7948056234c02e5581 |
|
BLAKE2b-256 | a45daa2cca81684a28c7c7f2ae065deb645c7e20c0400e885b634b012814b040 |