A Python script to show your currently playing Yandex music in your Discord status!
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Madiwka3 dfd6503f21 First commit 3 лет назад
__pycache__ First commit 3 лет назад
rpclib First commit 3 лет назад
.gitignore First commit 3 лет назад
README.md First commit 3 лет назад
main.py First commit 3 лет назад

README.md

YandexMusic - RPC

"Using this script, you can share you Yandex music status on discord!"

Usage:

First, create a file called config.json in this format:

{
    "email": "your-email@email.com",
    "password": "your-password"
}

And fill it with your Yandex account details. (Trust me I dont steal them)

Then, install the yandex music API dependency:

pip install yandex_music 

Then, launch the program with python!