https://github.com/julianschiavo/SimplePresence
An easy and simple way to set your Discord Rich Presence Status through RPC (no token required)
https://github.com/julianschiavo/SimplePresence
discord hacktoberfest hacktoberfest2020 wiki
Last synced: about 1 year ago
JSON representation
An easy and simple way to set your Discord Rich Presence Status through RPC (no token required)
- Host: GitHub
- URL: https://github.com/julianschiavo/SimplePresence
- Owner: julianschiavo
- License: gpl-2.0
- Created: 2017-11-26T06:24:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T06:13:58.000Z (over 3 years ago)
- Last Synced: 2025-05-10T14:16:52.083Z (about 1 year ago)
- Topics: discord, hacktoberfest, hacktoberfest2020, wiki
- Language: JavaScript
- Homepage:
- Size: 45.5 MB
- Stars: 192
- Watchers: 13
- Forks: 36
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
[](https://discord.gg/js)
[](https://twitter.com/justjs_dev)
# Note
**Support for the latest Discord versions may not be perfect and is still being worked on!**
# SimplePresence
SimplePresence is an Electron app for macOS, Windows, and Linux that allows users to easily set their Discord Rich Presence Status.
It has a config for default strings, which can then be changed through the app at any time.
[]()
## Main
SimplePresence's main/normal usage is for a custom rich presence. It supports images, captions, timestamps, and regular text. Start off by [following the setup guide](https://github.com/justdotJS/SimplePresence/wiki/setup).
## Services
SimplePresence has support for many service integrations - get your currently playing song, video, or movie in your Rich Presence. We currently support:
- Apple Music
- FooBar2000
- Google Play Music
- IMDB
- lastFM
- Spotify
- YouTube
Get information on using these service [here](https://github.com/justdotJS/SimplePresence/wiki/Services) after following the [setup guide](https://github.com/justdotJS/SimplePresence/wiki/setup).
## Wiki
All instructions for setup, customization, and usage of SimplePresence are in our Wiki. [Press here to see it.](https://github.com/justdotJS/SimplePresence/wiki/)
## Thanks
Thanks to **[devsnek](https://github.com/devsnek)** for his original Rich Presence example, which helped with much of the base code used for EasyRPC.
Thanks to **Rung#9946** for the `Changing Images` section on the wiki.
Thanks to **Ardia#7038** for the initial FooBar2000 integration code and FooBar2000 setup page (on the wiki).