https://github.com/franklinmoy3/richaudiopresence
Let your Discord friends know what you're listening to!
https://github.com/franklinmoy3/richaudiopresence
Last synced: 6 days ago
JSON representation
Let your Discord friends know what you're listening to!
- Host: GitHub
- URL: https://github.com/franklinmoy3/richaudiopresence
- Owner: franklinmoy3
- Created: 2022-01-12T21:22:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T18:15:26.000Z (over 3 years ago)
- Last Synced: 2025-06-02T09:07:58.467Z (17 days ago)
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rich Audio Presence (alpha)
## Description
This is a small Python app that sets your Discord activity to the title and artist of whatever you're listening to.
## Requirements
Please make sure that you have Python 3.7, 3.8, or 3.9 installed, as one of the dependencies only works on those 3 versions.\
This app only works on Windows 10/11.
## Using the app
I will be making an executable in the future, but for now, you'll need to clone this repository and follow these steps.
- Clone the repository `git clone https://github.com/franklinmoy3/RichAudioPresence.git rich-audio`
- Change into the newly-cloned `rich-audio` directory (`cd rich-audio`)
- Then, install the pip dependencies using `pip install -r requirements.txt`
- Create a `secrets.py` file in the `app` folder with the following contents:
```python
# Fill in the <> fields after creating a new application on Discord's Developer Portal
app_id = int()
large_image_key = str("")
small_image_key = str("")
```
- Launch Discord before running the app
- Run the app by running the app/app.py file. For example, with Python 3.9: `python3.9 app.py`