views:

71

answers:

2

Are there any implementations of something like torrage.com torrent-hosting created in Python?

A: 

Should be easy to prototype in Django.
Sounds like few lines of logic.

bua
+1  A: 

Maybe you find this helpful: http://code.activestate.com/recipes/440555-twisted-bittorrent-client-server/

Two modules that run a BitTorrent server, and uses Twisted as a client to coordinate control-message passing, and progress monitoring.

The MYYN