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.
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
.
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
.
Check out the repository.
You'll need the bencode
package for magnet link generation
see requirements.pip
.
bencode is still python2 only, so we are stuck here.. Written with python3 in mind.
:cow: :pig: :horse:
:smile: