A Python script to show your currently playing Yandex music in your Discord status!
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Madiwka3 e2ba04a960 Added timer and stuff vor 3 Jahren
__pycache__ First commit vor 3 Jahren
rpclib First commit vor 3 Jahren
.gitignore First commit vor 3 Jahren
README.md First commit vor 3 Jahren
main.py Added timer and stuff vor 3 Jahren

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!