An open API service indexing awesome lists of open source software.

https://github.com/sourcepirate/python-httptracker

BIttorrent Http-Tracker for python
https://github.com/sourcepirate/python-httptracker

Last synced: 18 days ago
JSON representation

BIttorrent Http-Tracker for python

Awesome Lists containing this project

README

          

##PYTHON-HTTPTRACKER

A Bittorrent Http Tracking protocol client

##Usage

```python

from httptrack import HTTPTracker

client = HTTPTracker(announce_url, info_hash='7BC238FD69F5A43C1CD5566870420D63F074BAD8',
piece_length=1098160)
client.get_peers()

print client.peers

```

##License

MIT