1.2.20 • Published 1 year ago

ninjakatt v1.2.20

Weekly downloads
4
License
ISC
Repository
github
Last release
1 year ago

About

Ninjakatt is a collection of useful plugins that you can run on your computer and make your digital life easier. This repository contains the main application that ties all the plugins together and allows them to communicate with each other.

Installing

Open a PowerShell prompt as Administrator, and type:

npm install -g ninjakatt

Running

ninjakatt

Restarting

Simply press CTRL+C and start ninjakatt again if you're running it through a command prompt.

If you are running ninjakatt as a service, you need to open the Task Manager, go to the Services tab, and right-click ninjakatt.exe and choose Restart.

Installing service

To install ninjakatt as a service, run:

ninjakatt service install

Uninstalling

To do this, open PowerShell as Administrator and run:

npm remove -g ninjakatt

If you're running ninjakatt as a service, you first need to remove the service:

sc delete ninjakatt

Then run the uninstall command above.

Configuration

The ninjakatt configuration is stored in %USERPROFILE%/AppData/Roaming/ninjakatt/settings.json

You might want to install some ninjakatt plugins before editing this file and running the program.

You need to restart the program after changing the settings.

Plugins

Install a plugin just like you installed ninjakatt:

npm install -g <plugin name>

You need to restart the program after installing a plugin.

NameDescription
ninjakatt-plugin-filesWatch file system for changes and trigger events
ninjakatt-plugin-loggerLog events
ninjakatt-plugin-webserverAllows access to ninjakatt through a web browser
ninjakatt-plugin-kodiAPI for Kodi
ninjakatt-plugin-qbittorrentAPI for qBitTorrent
ninjakatt-plugin-torrentrssDownload torrent files through rss feeds
ninjakatt-plugin-epcheckrAPI for epcheckr

* Is installed by installing ninjakatt

Typical use case

You want ninjakatt to:

  • Download torrents through an RSS feed
  • Monitor a folder on your harddrive for torrent files (recursively) and add them to qBitTorrent when found
  • Be served through the web
  • Log events

To do this, run the following:

npm install -g ninjakatt
npm install -g ninjakatt-plugin-torrentrss
npm install -g ninjakatt-plugin-qbittorrent
npm install -g ninjakatt-plugin-webserver
npm install -g ninjakatt-plugin-logger

The webserver plugin serves ninjakatt on port 8585.

Then edit your settings.json file (with VS Code):

code %USERPROFILE%/AppData/Roaming/ninjakatt/settings.json

Then install ninjakatt as a service:

ninjakatt service install

Et voilà!

1.2.20

1 year ago

1.2.18

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.14

3 years ago

1.2.15

3 years ago

1.2.13

4 years ago

1.2.12

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.9

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.6

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

5 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago