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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file torrscrape-1.1.5.tar.gz.
File metadata
- Download URL: torrscrape-1.1.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53855fe0130180e08d713533be1b468595285509d0d69cf20fde996ed034000d
|
|
| MD5 |
c1fce8fef4c6abb737af2afc8b99fb4a
|
|
| BLAKE2b-256 |
b642e6fee4f804ea9d999bcb757a00723937470777d78ac3804e506a63c37273
|
File details
Details for the file Torrscrape-1.1.5-py3-none-any.whl.
File metadata
- Download URL: Torrscrape-1.1.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c2f6d652fd7d2280c9d9201d20cdec7ae3e9c467d6f59622149a5df9cca96e
|
|
| MD5 |
fb73027fb00da418d84f118aefd64a42
|
|
| BLAKE2b-256 |
2103514c1a6bd9fcfbd3e7997189b6fd26feed640bd253ed036827741eb0eca4
|