Skip to content

Generates a Discord Rich Presence that shows what course are you putting the effort in. Works thanks to pypresence via RPC.

Notifications You must be signed in to change notification settings

Gtruaan/Discord-Rich-Presence-for-Courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Rich Presence for Courses 📚

pypresence

A quick handler for custom rich presence, made specially to display university courses.

Displays as Playing [Course Name] on Discord

Usage

First, you need to install pypresence.

pip install pypresence

You'll need to set up a Rich Presence App in the Discord Developer Portal. Paste your App ID in the app_id field on parameters.json. Make sure to change the name too.

To add courses, edit the ones present in the parameters file. Same if you want to add custom statuses. Make sure to provide a valid image URL for the latter.

Run the interface and the presence handler through the file main.py.

To Do

  • Better code formatting
  • Remove the hardcoding for status and badge text
  • Build into a small desktop app? Maybe with eel
  • Handle disconnects
  • An interface to edit the JSON file without touching it directly

Made with Python 3.10.7

About

Generates a Discord Rich Presence that shows what course are you putting the effort in. Works thanks to pypresence via RPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages