Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.19 KB

YANDEX MUSIC PRESENCE

A small script, which will display the current playing track in yandex music in your discord status.

Installation

Сlone this repository (git is required)

git clone https://github.com/Sekupas/YMPresence

Dependencies info

For this program to work correctly, you need these dependencies

Dependencies installation

If you have Poetry - you can use it to download dependencies:

cd yandex_music_presence
poetry install

or using pip:

pip install -r requirements.txt

Venv

You can also create a Venv to install in a virtual space

python3 -m venv Venv

Configuration file info

  • cp config.json.example config.json
  • you need to put your discord client id and yandex music api key to the config.json
    • yandex-music token from here
    • discord client id from here

Run main.py and start to listen some track.