https://github.com/noarche/torrentdls
Download and seed torrent in terminal.
https://github.com/noarche/torrentdls
terminal terminal-app terminal-based termux torrent torrenting
Last synced: 2 months ago
JSON representation
Download and seed torrent in terminal.
- Host: GitHub
- URL: https://github.com/noarche/torrentdls
- Owner: noarche
- License: epl-2.0
- Created: 2025-01-06T10:33:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T07:34:18.000Z (over 1 year ago)
- Last Synced: 2025-06-09T16:45:18.631Z (about 1 year ago)
- Topics: terminal, terminal-app, terminal-based, termux, torrent, torrenting
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torrentdls
Download and seed torrent in terminal.
Very simple script quickly written. Might update with more features later but this gets the job done.

### Install libtorrent
`sudo apt install python3-libtorrent`
### Downloading
Run the script and enter magnet link. Files are saved in a directory `./torrentdls` that is created in the root dir of the script.
### Seeding
The script automatically starts seeding after downloading. If you enter the magnet link to a torrent you have already downloaded it will check the files and start seeding as normal.