Pepijn98 / CSP-Discord

Clip Studio Paint Discord Rich Presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSP-Discord

Clip Studio Paint Discord Rich Presence

Prerequisites

  • NodeJS

Usage

You can use any package manager you want npm, pnpm, yarn, for these instructions I'll stick to the default that comes with node itself npm.

  • Clone this repo anywhere you like
  • In the repo folder do npm install, this will install all the required dependencies
  • Wait for the dependencies to finish installing
  • Run npm run svc-install, this will install it as a windows service. You might get a popup a couple times since this requires administrator privileges.
  • If no errors appeared it should be ready.

Uninstall system service

Uninstalling is very simple

  • Go to the directory where you cloned/installed this project
  • Now run npm run svc-uninstall
  • The service is uninstalled and you're safe to delete this directory

Preview

TODO

  • system tray (stop/start)
  • put details and state presence options in a config file for easy customization

About

Clip Studio Paint Discord Rich Presence

License:MIT License


Languages

Language:JavaScript 100.0%