pybtracker
pybtracker copied to clipboard
UDP BitTorrent tracker written in Python 3.5 using co-routines and asyncio.
wip
Hello I checking your code and i found problem with validation in server. problem is example: connect -> connid setup datetime in announce timestamp is only get function from dict....
``` TRACKERS = [ "udp://192.168.23.80:9000", ] tc.change_torrent(trackerAdd=TRACKERS, ids=[t.id]) ``` I've been using rpc to transmission to add the url of the tracker, but it always says ``` Scrape error: Connection...