newTrackon

newTrackon, a public open BitTorrent trackers monitoring tool

Github stars Tracking Chart

newTrackon

Requirements Status

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:

  • --address ADDRESS Address for the flask server
  • --port PORT Port for the flask server
  • --ignore-ipv4 Ignore newTrackon server IPv4 detection
  • --ignore-ipv6 Ignore newTrackon server IPv6 detection

Installation

With Docker

Build the image with

docker build -t newtrackon .

and run the application

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

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

With pipenv

Make sure you have curl, python3.6, pip 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.

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

Main metrics

Overview
Name With OwnerCorralPeltzer/newTrackon
Primary LanguagePython
Program languagePython (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2016-11-01 12:34:13
Pushed At2025-05-03 22:01:47
Last Commit At2025-05-04 00:01:46
Release Count0
用户参与
Stargazers Count639
Watchers Count16
Fork Count60
Commits Count643
Has Issues Enabled
Issues Count86
Issue Open Count6
Pull Requests Count206
Pull Requests Open Count1
Pull Requests Close Count29
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private