All Projects → CorralPeltzer → Newtrackon

CorralPeltzer / Newtrackon

Licence: mit
newTrackon, a public open BitTorrent trackers monitoring tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Newtrackon

Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (-14.15%)
Mutual labels:  torrent, bittorrent
Autodl Irssi
A community-driven fork of autodl-irssi
Stars: ✭ 315 (-3.08%)
Mutual labels:  torrent, bittorrent
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (-80%)
Mutual labels:  torrent, bittorrent
Ant
A lightweight, feature-rich, easy-to-use and nice-looking BitTorrent Client developed by golang, angular 7, and electron.
Stars: ✭ 292 (-10.15%)
Mutual labels:  torrent, bittorrent
Create Torrent
Create .torrent files
Stars: ✭ 264 (-18.77%)
Mutual labels:  torrent, bittorrent
ut pex
Implementation of ut_pex bittorrent protocol (PEX) for webtorrent
Stars: ✭ 54 (-83.38%)
Mutual labels:  torrent, bittorrent
privtracker
Private BitTorrent tracker generator
Stars: ✭ 84 (-74.15%)
Mutual labels:  torrent, bittorrent
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (-90.15%)
Mutual labels:  torrent, bittorrent
autodl-rutorrent
ruTorrent plugin for autodl-community fork of autodl-irssi
Stars: ✭ 90 (-72.31%)
Mutual labels:  torrent, bittorrent
parse-torrent-file
DEPRECATED: Parse a .torrent file and return an object of keys/values
Stars: ✭ 62 (-80.92%)
Mutual labels:  torrent, bittorrent
autobrr
Automation for downloads.
Stars: ✭ 288 (-11.38%)
Mutual labels:  torrent, bittorrent
Nyaa
Bittorrent software for cats
Stars: ✭ 2,899 (+792%)
Mutual labels:  torrent, bittorrent
rarbg-api
A simple node.js wrapper for rarbg.to api
Stars: ✭ 21 (-93.54%)
Mutual labels:  torrent, bittorrent
CheckWebPeer
Check WebRTC peers of torrents.
Stars: ✭ 19 (-94.15%)
Mutual labels:  torrent, bittorrent
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (-91.38%)
Mutual labels:  torrent, bittorrent
ocelot
Alternative compiled announcer (ocelot)
Stars: ✭ 14 (-95.69%)
Mutual labels:  torrent, bittorrent
bencode
PHP Bencode (BitTorrent) Encoder/Decoder
Stars: ✭ 19 (-94.15%)
Mutual labels:  torrent, bittorrent
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (-73.85%)
Mutual labels:  torrent, bittorrent
nexusphp
A private tracker application base on NexusPHP
Stars: ✭ 209 (-35.69%)
Mutual labels:  torrent, bittorrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-88.62%)
Mutual labels:  torrent, bittorrent

newTrackon

Requirements Status Language grade: Python

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

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.8 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

  • electromagnet, a Chrome extension to automatically add stable trackers to magnet links as you browse

Contributors

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

Contact me on twitter or on [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].