New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ninjakatt

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ninjakatt

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.

  • 1.2.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-92.65%
Maintainers
1
Weekly downloads
 
Created
Source

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à!

FAQs

Package last updated on 09 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc