dado-prateek / warp-tracker

BitTorrent tracker in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple BitTorrent tracker made for educational purposes

How to run

  • Clone repo:
git clone https://github.com/qborg/warp-tracker.git
  • Create dir for torrents:
cd warp-tracker
mkdir torrents
  • Create and add some torrents to torrents dir, check config at warp/config.py and run via python3.5:
PYTHONPATH=. python3.5 warp/main.py

About

BitTorrent tracker in python


Languages

Language:Python 100.0%