Skip to main content

Torrscraper is a command line tool to search and download torrents from the command line.

Project description

##How to Use

Installation

pip install Torrscrape

1)Install docker

mac:https://docs.docker.com/desktop/install/mac-install/
win:https://docs.docker.com/desktop/install/windows-install/
linux:https://docs.docker.com/desktop/install/linux-install/

2)setup jackett:

docker run -d
--name=jackett
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-e AUTO_UPDATE=true #optional
-e RUN_OPTS= #optional
-p 9117:9117
-v /path/to/data:/config
-v /path/to/blackhole:/downloads
--restart unless-stopped
lscr.io/linuxserver/jackett:latest

3)setup qbit web(docker):

docker run -d
--name=qbittorrent
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-e WEBUI_PORT=8080
-p 8080:8080
-p 6881:6881
-p 6881:6881/udp
-v /path/to/appdata/config:/config
-v /path/to/downloads:/downloads
--restart unless-stopped
lscr.io/linuxserver/qbittorrent:latest

##Usage

save api key jackett

torrscrape --api "jackett_apikey"

Search

torrscrape --search "search_term" --catagory "catagories"

catagories: TV,TV/Anime,Other,Movies,PC/Games

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Torrscrape-1.1.4.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

Torrscrape-1.1.4-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page