Skip to content

Example program to grab info from Chillhop livestreams

Notifications You must be signed in to change notification settings

dmgrstuff/chillhop-live-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chillhop-live-rpc 🦝

This is a simple little script to show track info from Chillhop Music's livestreams on your Discord status. It uses the same API that chillhop.com/live uses internally to display track information.

chillhop.py handles the API, and rpc.py (as the name suggests) does all the ~cool~ rich presence things.

Usage

The only dependencies are requests (for the API) and pypresence (for Discord). You can install them with pip install requests pypresence.

Do a good ol' git clone https://github.com/dmgrstuff/chillhop-live-rpc && cd chillhop-live-rpc, then run python rpc.py and choose a stream. If you don't have Discord open, the script will run normally without rich presence functionality.

About

Example program to grab info from Chillhop livestreams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages