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
- Host: GitHub
- URL: https://github.com/sourcepirate/python-httptracker
- Owner: sourcepirate
- Created: 2016-01-03T04:16:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T18:28:56.000Z (over 10 years ago)
- Last Synced: 2024-04-14T07:20:14.310Z (about 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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