
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
.. image:: https://github.com/glensc/python-pytrakt/actions/workflows/test.yml/badge.svg :target: https://github.com/glensc/python-pytrakt/actions :alt: CI Status
.. image:: https://img.shields.io/pypi/dm/pytrakt.svg :target: https://pypi.org/project/pytrakt/ :alt: Downloads
.. image:: https://img.shields.io/pypi/l/pytrakt.svg :target: https://pypi.org/project/pytrakt/ :alt: License
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://docs.trakt.apiary.io/#>
.
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 <https://glensc.github.io/python-pytrakt/>
_.
More information about getting started and accessing the information you thirst for can be found throughout the documentation below.
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 pytrakt
Get the code
^^^^^^^^^^^^
trakt is available on GitHub <https://github.com/glensc/python-pytrakt>
_.
You can either clone the public repository::
$ git clone git://github.com/glensc/python-pytrakt.git
Download the tarball <https://github.com/glensc/python-pytrakt/tarball/main>
_::
$ curl -OL https://github.com/glensc/python-pytrakt/tarball/main
Or, download the zipball <https://github.com/glensc/python-pytrakt/zipball/main>
_::
$ curl -OL https://github.com/glensc/python-pytrakt/zipball/main
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
Pull requests are graciously accepted. Any pull request should not break any tests
and should pass flake8
style checks (unless otherwise warranted). Additionally
the user opening the Pull Request should ensure that their username and a link to
their GitHub page appears in CONTRIBUTORS.md <https://github.com/glensc/python-pytrakt/blob/main/CONTRIBUTORS.md>
_.
The following lists define the known functionality provided by the Trakt.tv API which this module does not yet have support for. The current plan is that support for the following features will be added over time. As always, if you would like a feature added sooner rather than later, pull requests are most definitely appreciated.
High Level API Features ^^^^^^^^^^^^^^^^^^^^^^^
Sync ^^^^
Movies ^^^^^^
Shows ^^^^^
Seasons ^^^^^^^
Episodes ^^^^^^^^
Users ^^^^^
FAQs
Pythonic abstraction layer for easier scripting of the Trakt.tv REST API.
We found that pytrakt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.