Utilitário de linha de comando para torrents de kickass
kscli
é um utilitário de linha de comando para o Kickasstorrents.
$ python setup.py install
$ kscli --help usage: kscli [-h] [-n] [-m] [-t] [-a] [-b] [-x] [-s] [-S SEARCH] [-p PAGE] [-v] [--no_verifyssl] kscli (KickAss Cli utility) optional arguments: -h, --help show this help message and exit -n, --new Gets the latest torrents from kickasstorrents.to, sorted by seeders (default: False) -m, --movies Gets the latest movie from kickasstorrents.to, sorted by seeders (default: False) -t, --tv Gets the latest tv show from kickasstorrents.to, sorted by seeders (default: False) -a, --apps Gets the latest apps from kickasstorrents.to, sorted by seeders (default: False) -b, --books Gets the latest books from kickasstorrents.to, sorted by seeders (default: False) -x, --naughty Gets the latest naughty stuff from kickasstorrents.to, sorted by seeders (default: False) -s, --music Gets the latest music from kickasstorrents.to, sorted by seeders (default: False) -S SEARCH, --search SEARCH Search results from kickasstorrents.to, sorted by seeders (default: None) -p PAGE, --page PAGE Navigate page by page (default: None) -v, --version Kickass Version (default: False) SSL verification toggle: --no_verifyssl Toggle for SSL verification (default: True)
OU
pip install -r requirements.txt
$ python kscli/kscli.py --help usage: kscli [-h] [-n] [-m] [-t] [-a] [-b] [-x] [-s] [-S SEARCH] [-p PAGE] [-v] [--no_verifyssl] kscli (KickAss Cli utility) optional arguments: -h, --help show this help message and exit -n, --new Gets the latest torrents from kickasstorrents.to, sorted by seeders (default: False) -m, --movies Gets the latest movie from kickasstorrents.to, sorted by seeders (default: False) -t, --tv Gets the latest tv show from kickasstorrents.to, sorted by seeders (default: False) -a, --apps Gets the latest apps from kickasstorrents.to, sorted by seeders (default: False) -b, --books Gets the latest books from kickasstorrents.to, sorted by seeders (default: False) -x, --naughty Gets the latest naughty stuff from kickasstorrents.to, sorted by seeders (default: False) -s, --music Gets the latest music from kickasstorrents.to, sorted by seeders (default: False) -S SEARCH, --search SEARCH Search results from kickasstorrents.to, sorted by seeders (default: None) -p PAGE, --page PAGE Navigate page by page (default: None) -v, --version Kickass Version (default: False) SSL verification toggle: --no_verifyssl Toggle for SSL verification (default: True)
kscli
depende do WebTorrent para baixar os torrents. você pode instalar o webtorrent usando npm
ou seja
npm install webtorrent
kscli
funciona em 2 fases:
Liste o mais recente:
-m
ou --movies
25 filmes com a contagem de semeadores mais alta
-t
ou --tv
25 programas de TV com a contagem de semeadores mais alta
-b
ou --books
25 livros com a contagem de semeadores mais alta
-s
ou --songs
25 músicas com a contagem de semeadores mais alta
-a
ou --apps
25 aplicativos com a contagem de semeadores mais alta
-x
ou --naughty
25 filmes travessos com a contagem de sementes mais alta
-n
ou --new
25 novos torrentes de tendências
-S
ou --search
pesquisar para torrent especificado
-p
ou --page
Navegue usando o número da página
Baixe o torrent usando webtorrent
PENDÊNCIA
Remova o limite rígido de 25 registros ✅ Pagagem habilitada
Escolha dinamicamente o site do Kickass Torrent com base na disponibilidade.
Satyajit Roy
Agradecimentos especiais a Aly Akhtar por criar Katastrophe, que foi a verdadeira inspiração por trás de Kscli