Skip to content

Sekupas/YMPresence

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages