/warp-tracker

BitTorrent tracker in python

Primary LanguagePython

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