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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?