Hi Hubi. On Mar 10, 12:07 pm, "Hubi" <[EMAIL PROTECTED]> wrote: > i'm looking for bit torrent class for Django which can scrape > information (seed, peer) about the torrent file from trackers.
I'm not sure if there is a Python module/library that does this, but if not it should be pretty easy to get what you need from one of the BitTorrent clients. BitTorrent is mostly written in Python, so you'll just need to figure out which parts are getting information from the trackers and use that code in your project. http://dessent.net/btfaq/#linux http://wiki.theory.org/BitTorrentTrackerProtocol Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

