Re: Creating a torrent file & associated tracker through a django web app

2012-11-21 Thread Lachlan Musicman
On Wednesday, November 21, 2012, ashish makani wrote: > Hi Folks > > Following is a description of what i am trying to achieve : > > The user should log into a web app, select a file & be able to create a > torrent & a private tracker(http://IP_ADDRESS:PORT/announce) gets created > for that

Creating a torrent file & associated tracker through a django web app

2012-11-21 Thread ashish makani
Hi Folks Following is a description of what i am trying to achieve : The user should log into a web app, select a file & be able to create a torrent & a private tracker(http://IP_ADDRESS:PORT/announce) gets created for that torrent. I found two libraries mktorrent[1] & py3createtorrent [2],