Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sillytavern/sillytavern-discordrichpresence-server
Server plugin for SillyTavern using Discord RPC
https://github.com/sillytavern/sillytavern-discordrichpresence-server
plugin
Last synced: about 5 hours ago
JSON representation
Server plugin for SillyTavern using Discord RPC
- Host: GitHub
- URL: https://github.com/sillytavern/sillytavern-discordrichpresence-server
- Owner: SillyTavern
- License: agpl-3.0
- Created: 2023-12-16T19:01:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T20:52:52.000Z (4 months ago)
- Last Synced: 2024-07-23T00:38:26.289Z (4 months ago)
- Topics: plugin
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SillyTavern-DiscordRichPresence-Server
Plugin for the SillyTavern server using Discord RPC.
## What is this?
Set your rich presence in Discord to the "SillyTavern" app. If you want to show your active chat character, you need to install a UI extension. Otherwise, a random [funny quote](https://github.com/SillyTavern/SillyTavern-DiscordRichPresence-Server/blob/main/main.js#L3) will be shown.
Link to companion extension:
![Example](https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-Server/assets/18619528/d07ba303-d93b-491b-a0b4-da55ccebfb57)
## Prerequisites
* Node.JS (latest stable preferred)
* SillyTavern (latest staging preferred)
* Discord
* Git## How to install?
1. **Before you begin, make sure you set a config `enableServerPlugins` to `true` in the config.yaml file of SillyTavern.**
2. Open a terminal in your SillyTavern directory, then run the following:
```
cd plugins
git clone https://github.com/SillyTavern/SillyTavern-DiscordRichPresence-Server
```3. Restart the SillyTavern server.
## How to build yourself?
*Not needed unless you want to make changes or contribute!*
Clone this repository and run the following:
```
npm install
npm run build
```This will create a plugin file (index.js) with everything needed bundled.
## License
AGPL-3.0