A Python script to show your currently playing Yandex music in your Discord status!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 486 B

il y a 3 ans
1234567891011121314151617181920
  1. <h1 align="center">YandexMusic - RPC</h1>
  2. <h5 align="center">"Using this script, you can share you Yandex music status on discord!"</h5>
  3. ### Usage:
  4. First, create a file called `config.json` in this format:
  5. ```
  6. {
  7. "email": "your-email@email.com",
  8. "password": "your-password"
  9. }
  10. ```
  11. And fill it with your Yandex account details. (Trust me I dont steal them)
  12. Then, install the yandex music API dependency:
  13. ```
  14. pip install yandex_music
  15. ```
  16. Then, launch the program with python!