CorralPeltzer / newTrackon

newTrackon, a public open BitTorrent trackers monitoring tool
https://newtrackon.com
MIT License
613 stars 58 forks source link
bittorrent bittorrent-tracker torrent trackers uptime

newTrackon

newTrackon is a service to monitor the status and health of existing open and public trackers that anyone can use. It also allows to submit new trackers to add them to the list.

newTrackon is based on the abandoned Trackon by Uriel †.

By default, newTrackon needs IPv4 and IPv6 internet connectivity, and the application won't start without both. Run with arguments --ignore-ipv6 or --ignore-ipv4 to skip this check.

Arguments

run.py [--address ADDRESS] [--port PORT] [--ignore-ipv4] [--ignore-ipv6]

optional arguments:

Installation

With Docker

Pull the image and create the container with

docker run -d -p 8080:8080 corralpeltzer/newtrackon --address=0.0.0.0

You can now access to the main page opening in your browser http://localhost:8080.

With pipenv

After cloning the repo, make sure you have a working Python 3.12 environment and pipenv.

Install the pipenv environment and dependencies:

pipenv install
pipenv shell

This will install requests, Flask, tornado, and Flask-Mako.

Finally, run

python3 run.py

You can now access to the main page opening in your browser http://localhost:8080.

Related

Contributors

Feel free to make suggestions, create pull requests, report issues or any other feedback.

Contact me on twitter or on corral.miguelangel@gmail.com