A Python script to show your currently playing Yandex music in your Discord status!
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Madiwka3 e2ba04a960 Added timer and stuff 3 年前
__pycache__ First commit 3 年前
rpclib First commit 3 年前
.gitignore First commit 3 年前
README.md First commit 3 年前
main.py Added timer and stuff 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!