A Python script to show your currently playing Yandex music in your Discord status!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Madiwka3 dfd6503f21 First commit 3 jaren geleden
__pycache__ First commit 3 jaren geleden
rpclib First commit 3 jaren geleden
.gitignore First commit 3 jaren geleden
README.md First commit 3 jaren geleden
main.py First commit 3 jaren geleden

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!