Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pxgamer/trakt-to-yts
A CLI for downloading Trakt lists from YTS
https://github.com/pxgamer/trakt-to-yts
api cli composer php php71 trakt yts
Last synced: 23 days ago
JSON representation
A CLI for downloading Trakt lists from YTS
- Host: GitHub
- URL: https://github.com/pxgamer/trakt-to-yts
- Owner: pxgamer
- License: mit
- Created: 2018-04-16T22:58:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T08:44:33.000Z (about 2 years ago)
- Last Synced: 2024-10-01T18:10:08.570Z (about 1 month ago)
- Topics: api, cli, composer, php, php71, trakt, yts
- Language: PHP
- Homepage: https://packagist.org/packages/pxgamer/trakt-to-yts
- Size: 17.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Trakt to YTS
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-github-actions]][link-github-actions]
[![Static Analysis][ico-static-analysis]][link-static-analysis]
[![Total Downloads][ico-downloads]][link-downloads]
[![Buy us a tree][ico-treeware-gifting]][link-treeware-gifting]A CLI for downloading Trakt lists from YTS
## Install
Via Composer
```shell
composer require pxgamer/trakt-to-yts
```## Usage
- Get an API key from [Trakt][link-trakt-api]
- Set the `TRAKT_API_TOKEN` environment variable for your Terminal
- Run `trakt-to-yts` to view available commands### Via Docker
```shell
# Build the Docker image
docker build -t trakt-to-yts .# Execute a command
docker run --rm -it trakt-to-yts
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
```shell
composer test
```## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Treeware
You're free to use this package, but if it makes it to your production environment you are required to buy the world a
tree.It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising
above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating
employment for local families and restoring wildlife habitats.You can buy trees [here][link-treeware-gifting].
Read more about Treeware at [treeware.earth][link-treeware].
[ico-version]: https://img.shields.io/packagist/v/pxgamer/trakt-to-yts.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-github-actions]: https://img.shields.io/github/workflow/status/pxgamer/trakt-to-yts/Tests.svg?style=flat-square
[ico-static-analysis]: https://img.shields.io/github/workflow/status/pxgamer/trakt-to-yts/Static%20Analysis.svg?style=flat-square&label=Static%20Analysis
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/trakt-to-yts.svg?style=flat-square
[ico-treeware-gifting]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=flat-square[link-packagist]: https://packagist.org/packages/pxgamer/trakt-to-yts
[link-github-actions]: https://github.com/pxgamer/trakt-to-yts/actions
[link-static-analysis]: https://github.com/pxgamer/trakt-to-yts/actions/workflows/static.yml
[link-downloads]: https://packagist.org/packages/pxgamer/trakt-to-yts
[link-trakt-api]: https://trakt.tv/oauth/applications
[link-treeware]: https://treeware.earth
[link-treeware-gifting]: https://ecologi.com/owenvoke?gift-trees
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors