Giter Club home page Giter Club logo

jackett_cli's Introduction

jackett_cli

Search torrents using Jackett's indexers and download using aria2 rpc.

Requirements

  • bash 5.x.x
  • jackett (Default http://localhost:9117)
  • fzf >= 0.36.0
  • jq
  • aria2 (RPC running by default on http://localhost:6800)

Install

git clone [email protected]:b1337xyz/jackett_cli.git
cd jackett_cli
make install
declare -r -x PASSWORD
declare -r -x API_KEY=YOUR_API_KEY_HERE
declare -r -x API_URL=http://localhost:9117/api/v2.0/indexers
declare -r -x RPC_URL=http://localhost:6800
declare -r -x DL_DIR=~/Downloads/jackett

Key bindings

enter  : Search
esc    : Menu
ctrl-l : Move to the last match
ctrl-f : Move to the first match
ctrl-d : Download selected items
Usage: jackett_cli {command} [option] <query>

[i]ndexers          List indexers
[c]ategories        List categories

Options:
-h --help           Show this message and exit
-t --tracker        Tracker (comma separated)
-c --category       Jackett category id (comma separated)
-i --interactive    Select a filter and category interactively
-f --filter         Indexer used for your search (Default: all)
                    Supported filters
                        type:<type>
                        tag:<tag>
                        lang:<tag>
                        test:{passed|failed}
                        status:{healthy|failing|unknown}
                    Supported operators:
                        !<expr>
                        <expr1>+<expr2>[+<expr3>...]
                        <expr1>,<expr2>[,<expr3>...]


More about filters: https://github.com/Jackett/Jackett#filter-indexers

jackett_cli's People

Contributors

b1337xyz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.