Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookey/torrent-distribute
Batch Create Torrents
https://github.com/spookey/torrent-distribute
Last synced: about 1 month ago
JSON representation
Batch Create Torrents
- Host: GitHub
- URL: https://github.com/spookey/torrent-distribute
- Owner: spookey
- Created: 2013-11-30T00:14:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T08:16:50.000Z (over 10 years ago)
- Last Synced: 2024-10-19T17:28:45.375Z (3 months ago)
- Language: Python
- Size: 172 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#Torrent-Distribute
##Batch Create Torrents
###Usage
1. Make yourself a config file:
* Include the *Trackers* and *Webseeds* you want to use in the `mkconf.py` file.
* Then run the `mkconf.py` file:./mkconf.py
* you should have a `config.json` file afterwards.
2. Create your torrents:
* example:
./create_torrents.py ./my-awesome-files/ awesome-files.torrent
You can use the `--magnet` switch to get the magnet link.
* see `create_torrents.py --help`.
3. Save the magnet links:
* example:
./get_magnet.py ./folder-full-of/torrents magnets.json
If you leave the output-file (*magnets.json*) you'll get the result in the console.
* see `get_magnet.py --help`.
###Installation
Check out the repository.
You'll need the `bencode` package for magnet link generationsee `requirements.pip`.
_bencode_ is still python2 only, so we are stuck here.. Written with python3 in mind.
###Bonus
:cow: :pig: :horse:
:smile: