Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsnitsch/py3createtorrent
Create torrents via command line!
https://github.com/rsnitsch/py3createtorrent
commandline-tool python3 torrents
Last synced: 4 days ago
JSON representation
Create torrents via command line!
- Host: GitHub
- URL: https://github.com/rsnitsch/py3createtorrent
- Owner: rsnitsch
- License: other
- Created: 2019-08-25T09:12:05.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-14T15:12:37.000Z (8 months ago)
- Last Synced: 2024-03-14T16:34:31.596Z (8 months ago)
- Topics: commandline-tool, python3, torrents
- Language: Python
- Homepage:
- Size: 344 KB
- Stars: 59
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
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](https://github.com/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 datesBasic 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](https://github.com/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.cyberia.is: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. For using
Python 3.5 to 3.7 you need to install the ``typing-extensions`` module.Full documentation
------------------https://py3createtorrent.readthedocs.io/en/latest/user.html