doesn't work anymore, https://github.com/uncleLukie/jaybird for a better version
A discord rich Triple J radio player.
Uses Python 3.11, Selenium, chromedriver, and pypresence
- SongFetcher in songfetcher.py uses selenium and chromedriver in non headless mode to scrape information from the triple j website
- DiscordPresence in discordpresence.py uses pypresence to update the discord client with information passed to it
- start.py imports, initialises the other classes, runs a loop to fetch song information and update discord status
- Clone the repo
- pip install -r requirements.txt
- python start.py
Or just use a release binary
Check out the issues, I've listed some of the work that needs to be done <3 I also need people to test it out and report bugs, of course.