A Python script to show your currently playing Yandex music in your Discord status!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Madiwka3 e2ba04a960 Added timer and stuff il y a 3 ans
__pycache__ First commit il y a 3 ans
rpclib First commit il y a 3 ans
.gitignore First commit il y a 3 ans
README.md First commit il y a 3 ans
main.py Added timer and stuff il y a 3 ans

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!