A Python script to show your currently playing Yandex music in your Discord status!
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 486 B

há 3 anos
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!