https://github.com/michioxd/tinydrpc
Tiny Discord Rich Presence Client
https://github.com/michioxd/tinydrpc
discord discord-rpc
Last synced: 8 months ago
JSON representation
Tiny Discord Rich Presence Client
- Host: GitHub
- URL: https://github.com/michioxd/tinydrpc
- Owner: michioxd
- License: mit
- Created: 2024-02-07T01:56:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T12:53:55.000Z (over 2 years ago)
- Last Synced: 2025-04-01T04:32:40.229Z (about 1 year ago)
- Topics: discord, discord-rpc
- Language: C#
- Homepage: https://github.com/michioxd/TinyDRPC
- Size: 247 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TinyDRPC
Tiny Discord Rich Presence Client, customize your "Playing" status, written in C# using [discord-rpc-csharp](https://github.com/Lachee/discord-rpc-csharp)


## Features
- Top and bottom text

- Button (max 2)

- Large/small image

- Minimize to tray icon

- Run on startup
- Save running state for next startup
## Usage
- Download [setup from release page](https://github.com/michioxd/TinyDRPC/releases/latest).
- Install it then run it (or you can download portable version).
- Customize setting for your own.
## Development
- Required Visual Studio 2022 and .NET SDK 8.0 installed
## Building
- Make sure you have `iscc.exe` (Inno Setup Compiler), `7z`, and `dotnet` (remember add to PATH if you don't have)
- Run `build.bat`
## Tutorial
### How to custom "Playing \"
- Go to Configuration tab.
- Enter your Discord App ID (don't have?, [create one](#how-to-get-discord-app-id)).
- If daemon is running, stop it then start again.
### How to get Discord App ID
- Go to [Discord Developer Portal](https://discord.com/developers/applications).
- Click `New Application` (at top left, before your avatar).

- Enter a name you want.

- You will be redirected to that application, scroll down to `APPLICATION ID`, copy it

- That it!
### How to get Image key
- Go to [Discord Developer Portal](https://discord.com/developers/applications).
- Choose your application (make sure that application is the same with your App ID).
- At sidebar, choose `Rich Presence` > `Art Assets`

- Add a image, then save change. The image key is your name file (without extension) you uploaded. You can rename it if you want :)
- Copy that name (key) and enjoy!
## License
[MIT License](LICENSE.txt)
## Authors
[michioxd](https://github.com/michioxd)