Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepijn98/csp-discord
Clip Studio Paint Discord Rich Presence
https://github.com/pepijn98/csp-discord
Last synced: 4 days ago
JSON representation
Clip Studio Paint Discord Rich Presence
- Host: GitHub
- URL: https://github.com/pepijn98/csp-discord
- Owner: Pepijn98
- License: mit
- Created: 2022-01-22T20:38:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T15:24:22.000Z (11 months ago)
- Last Synced: 2024-05-02T03:22:13.790Z (8 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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