Git Product home page Git Product logo

newtrackon's Introduction

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]

newtrackon's People

Contributors

corralpeltzer avatar uriel avatar pyup-bot avatar renovate[bot] avatar allesanddro avatar animmouse avatar dependabot[bot] avatar rransom8774 avatar maijin avatar nekuake avatar ailisobrian avatar comaxim avatar dependabot-preview[bot] avatar imgbot[bot] avatar stickler-ci avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.