A small script, which will display the current playing track in yandex music in your discord status.
git clone https://github.com/Sekupas/YMPresence
For this program to work correctly, you need these dependencies
- python3.8 and higher
- pypresence
- yandex-music
If you have Poetry - you can use it to download dependencies:
cd yandex_music_presence
poetry install
or using pip:
pip install -r requirements.txt
You can also create a Venv to install in a virtual space
python3 -m venv Venv
cp config.json.example config.json
- you need to put your discord client id and yandex music api key to the config.json
Run main.py
and start to listen some track.