Raincoat is a tool to search torrents using Jackett and send them to your client.
Project description
Raincoat
Raincoat is a CLI tool to search torrents using Jackett's indexers and send them directly to your client.
Installation
pip install raincoat-jackett
Requirements
- Python 3.6+
- Jackett and configured indexers
- qBittorrent, Transmission or Deluge
Usage
raincoat
Parameters
- -k, --key
- Specify a Jackett API key
- -l, --length
- Max number of characters displayed in the "Description" column.
- -L, --limit
- Limits the number of results displayed.
- -c, --config
- Specifies a different config path.
- -s, --sort
- Change the sorting criteria. Valid choices are: 'seeders', 'leechers', 'ratio', 'size' and 'description'. Default/not specified is 'seeders'.
Configuration file
Upon installation, a config file is created in your home directory. Before you can use Raincoat, you will need to modify it.
{
"jackett_apikey":"",
"jackett_url":"http://your_jackett_potato_feed",
"description_length": 100,
"exclude": "words to exclude",
"results_limit": 20,
"client_url": "http://your_torrent_client_api",
"display" : "grid",
"torrent_client": "qbittorrent",
"torrent_client_username" : "admin",
"torrent_client_password" : "admin"
}
- jackett_apikey (string)
- The api key provided by Jackett, found on the dashboard.
- jackett_url (string)
- The jackett Potato feed url. (Not Torznab)
- description_length (int)
- The default description length
- exclude (string)
- Words to exclude from your results seperated by a space.
- results_limit (int)
- Max number of lines to show.
- client_url (string)
- The url to your torrent client's API
- display (string)
- The display style of the results table. You can view available choices here
- torrent_client (string)
- Your torrent client. Valid options are: qbittorrent, transmission and deluge.
- torrent_client_username (string)
- Your torrent client's login username.
- torrent_client_password
- Your torrent client's login password. Note: Only Transmission accepts empty passwords.
Built with
- requests
- justlog
- colorama
- tabulate
- transmission-clutch
- deluge-client
- python-qbittorrent
All available on Pypi.
License
This project is licensed under the MIT License
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
raincoat-jackett-0.4.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for raincoat_jackett-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b0e1ba293a26f3925efcc9e3e04c411866aa70c58731cd064f7722f809efa4d |
|
MD5 | d5a54169221836c3cc420bb8da452278 |
|
BLAKE2b-256 | 0a87c229eec46a38aa1a2e50ad855dbd2b2cfa7230bafb7f7f77bd9af9cf1c96 |