newTrackon

newTrackon, a public open BitTorrent trackers monitoring tool

Github星跟踪图

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

主要指标

概览
名称与所有者CorralPeltzer/newTrackon
主编程语言Python
编程语言Python (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2016-11-01 12:34:13
推送于2025-05-03 22:01:47
最后一次提交2025-05-04 00:01:46
发布数0
用户参与
星数639
关注者数16
派生数60
提交数643
已启用问题?
问题数86
打开的问题数6
拉请求数206
打开的拉请求数1
关闭的拉请求数29
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?