Skip to content

This is a json data extractor made with node.js for Torrust Tracker by Torrust.

Notifications You must be signed in to change notification settings

babico/torrust-tracker-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torrust-tracker-json

This is a json data extractor made with node.js for Torrust Tracker by Torrust..

Install

Program require Nodejs.

  1. Download code with git clone https://github.com/babico/torrust-tracker-json.git
  2. Enter downloading folder cd torrust-tracker-json
  3. Setup Node.js modules with npm install
  4. Edit index.js with your informations.
  5. For first time running and testing code node index.js
  6. And cat tracker.json ta daaaaa.

After all these if you want, you can open it to the internet with a web server (like nginx, apache).

Setting Crontab

Setting crontab for every 5 minute.

  1. Enter crontab editing crontab -e
  2. Add this */5 * * * * sudo /usr/bin/node /<use all location>/torrust-tracker-json/index.js line with your location

About

This is a json data extractor made with node.js for Torrust Tracker by Torrust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published