A Python script to show your currently playing Yandex music in your Discord status!
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Madiwka3 e2ba04a960 Added timer and stuff 3 år sedan
__pycache__ First commit 3 år sedan
rpclib First commit 3 år sedan
.gitignore First commit 3 år sedan
README.md First commit 3 år sedan
main.py Added timer and stuff 3 år sedan

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!