A Python script to show your currently playing Yandex music in your Discord status!
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
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!