A Python script to show your currently playing Yandex music in your Discord status!
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 3 Jahren
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!