Set your Discord RPC with YouTube music status.
- Real-time sync between Discord and Youtube Music.
- Low resource usage.
- Free & open-source.
> git clone https://github.com/lareithen/ytm-discord-rpc.git
> cd ytm-discord-rpc
> cd chrome-extension/
> npm i
> npm run build
- Open Google Chrome.
- Go to
chrome://extensions
. - Enable "Developer mode" by clicking the toggle switch in the upper-right corner.
- Click "Load unpacked".
- Select the
dist/
folder you just built.
> cd application/
> pip3 install -r requirements.txt
> python3 app.py
or simply download desktop app from releases page.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
The code in this project is licensed under MIT license.