A command line tool that converts magnet links in to .torrent files.
- python
- python-libtorrent (libtorrent-rasterbar version 0.16 or later)
sudo apt-get install python-libtorrent -y
brew install libtorrent-rasterbar --with-python
sudo dnf install rb_libtorrent-python2
python Magnet_To_Torrent2.py <magnet link> [torrent file]
python Magnet_To_Torrent2.py -m "magnet:?xt=urn:btih:49fbd26322960d982da855c54e36df19ad3113b8&dn=ubuntu-12.04-desktop-i386.iso&tr=udp%3A%2F%2Ftracker.openbittorrent.com" -o ubunut12-04.iso
All code is licensed under the GPL version 3