All Projects → rsnitsch → py3createtorrent

rsnitsch / py3createtorrent

Licence: other
Create torrents via command line!

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to py3createtorrent

IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+1006.25%)
Mutual labels:  torrents
cook
macOS command line tool to automate common iOS development tasks
Stars: ✭ 50 (+212.5%)
Mutual labels:  commandline-tool
OpenTor-X
Open Source Torrent Index Website
Stars: ✭ 19 (+18.75%)
Mutual labels:  torrents
transmission
Interacts with Transmission with Node and promises 😚
Stars: ✭ 21 (+31.25%)
Mutual labels:  torrents
uri
A commandline tool to resolve URI Templates expressions as specified in RFC 6570.
Stars: ✭ 17 (+6.25%)
Mutual labels:  commandline-tool
Cross-Seed-AutoDL
Scans files and finds cross-seedable torrents via Jackett
Stars: ✭ 112 (+600%)
Mutual labels:  torrents
1337x
✖️ Unofficial API of 1337x.to
Stars: ✭ 78 (+387.5%)
Mutual labels:  torrents
IPS-BitTracker
Bit Torrent Tracker application for IPS 4.5x Community Suite
Stars: ✭ 18 (+12.5%)
Mutual labels:  torrents
cl-torrents
Searching torrents on popular trackers - CLI, readline, GUI, web client. Tutorial and binaries (issue tracker on https://gitlab.com/vindarel/cl-torrents/)
Stars: ✭ 83 (+418.75%)
Mutual labels:  torrents
yts torrents
download all torrents from yts.am (yify movies)
Stars: ✭ 14 (-12.5%)
Mutual labels:  torrents
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (+100%)
Mutual labels:  torrents
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (+75%)
Mutual labels:  torrents
qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (+150%)
Mutual labels:  torrents
maven-artifacts-uploader
command line tool for uploading directory of maven artifacts to nexus 3.x repository
Stars: ✭ 30 (+87.5%)
Mutual labels:  commandline-tool
alfred-kat
KAT workflow for Alfred, search and open magnet links directly from Alfred.
Stars: ✭ 16 (+0%)
Mutual labels:  torrents
Goirate
Pillaging the seven seas for torrents, pieces of eight and other bounty.
Stars: ✭ 20 (+25%)
Mutual labels:  torrents
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+100%)
Mutual labels:  torrents
torrentmonitor-dockerized
No description or website provided.
Stars: ✭ 19 (+18.75%)
Mutual labels:  torrents
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+368.75%)
Mutual labels:  torrents
rarbg
A wrapper for RARBG's api in Node
Stars: ✭ 22 (+37.5%)
Mutual labels:  torrents

py3createtorrent

Create torrents via command line!

py3createtorrent is a comprehensive shell/commandline utility for creating torrents (Linux & Windows).

Features

Some of the features:

  • create torrents with multiple trackers or trackerless torrents
  • automatically choose the most reliable trackers from ngosang/trackerslist
  • fast torrent creation thanks to multithreading
  • add webseeds to torrents
  • create private torrents (disabled DHT, ...)
  • exclude specific files/folders
  • exclude files/folders based on regular expressions
  • specify custom piece sizes
  • specify custom creation dates

Basic usage

Creating a torrent is as simple as:

py3createtorrent -t udp://tracker.opentrackr.org:1337/announce file_or_folder

The shortcut bestN can be used for conveniently adding the best N trackers from ngosang/trackerslist. Example:

py3createtorrent -t best3 file_or_folder

Multiple trackers can also be specified manually by using -t multiple times, for example:

py3createtorrent -t udp://tracker.opentrackr.org:1337/announce -t udp://tracker.coppersurfer.tk:6969/announce file_or_folder

Install

You can install py3createtorrent by executing:

pip3 install py3createtorrent

Of course, you need to have Python 3 installed on your system. py3createtorrent requires Python 3.5 or later.

Full documentation

https://py3createtorrent.readthedocs.io/en/latest/user.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].