Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python BitTorrent Library [closed]

Is there a Python BitTorrent library that just works?

I need to tinker around with BitTorrent protocol for a research project and I don't want to reinvent the wheel and write my own implementation of the protocol (and neither I am capable of doing so)

I looked at the sources for the official BitTorrent client, but that is not what I am looking for. A library/ module is what I would prefer.

Thanks!

like image 629
Ravi Raj Avatar asked Dec 11 '10 18:12

Ravi Raj


2 Answers

You might want to have a look at the python-libtorrent project. It's a wrapper around the libtorrent C++ library, which claims to be efficient and easy to use.

like image 168
Frédéric Hamidi Avatar answered Oct 08 '22 22:10

Frédéric Hamidi


BitTornado is pure Python library written by John Hoffman.

like image 31
abhijeet Avatar answered Oct 08 '22 23:10

abhijeet