A Python script to show your currently playing Yandex music in your Discord status!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 486 B

3 years ago
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!