Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T06:13:58.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:25:50.579Z (6 months ago)
- Topics: discord, hacktoberfest, hacktoberfest2020, wiki
- Language: JavaScript
- Homepage:
- Size: 45.5 MB
- Stars: 194
- Watchers: 13
- Forks: 35
- 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
---
[![Discord](https://img.shields.io/discord/268970339948691456.svg?style=flat-square&colorB=7289DA)](https://discord.gg/js)
[![Twitter](https://img.shields.io/badge/twitter-003087.svg?style=flat-square)](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.[![Example](example.png)]()
## 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
- YouTubeGet 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).