A Python script to show your currently playing Yandex music in your Discord status!
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Madiwka3 dfd6503f21 First commit pirms 3 gadiem
__pycache__ First commit pirms 3 gadiem
rpclib First commit pirms 3 gadiem
.gitignore First commit pirms 3 gadiem
README.md First commit pirms 3 gadiem
main.py First commit pirms 3 gadiem

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!