|
1234567891011121314151617181920 |
- <h1 align="center">YandexMusic - RPC</h1>
- <h5 align="center">"Using this script, you can share you Yandex music status on discord!"</h5>
-
-
- ### Usage:
- First, create a file called `config.json` in this format:
- ```
- {
- "email": "your-email@email.com",
- "password": "your-password"
- }
- ```
- And fill it with your Yandex account details. (Trust me I dont steal them)
-
- Then, install the yandex music API dependency:
- ```
- pip install yandex_music
- ```
-
- Then, launch the program with python!
|