Skip to content

drxzcl/ih2torrent

 
 

Repository files navigation

ih2torrent

ih2torrent creates a trackerless torrent file from an infohash or a magnet URI. It uses BitTorrent DHT and the metadata protocol to find peers for the torrent and obtain its metadata.

In order to get the dependencies inside a virtualenv, run make. You need Python 3.4.3 or higher to run ih2torrent. Notice that for some reason when using Python 3.4.3, lots of "Exception" reports is printed at the end of the program. This doesn't seem to have any negative effect on the working of the program though. With Python 3.5 there doesn't seem to be such a problem.

You can use pip to install ih2torrent: pip3 install ih2torrent

About

Create a trackerless torrent file from an infohash.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%