Application gives chance to show music from your status VK.
That you have playing activity with state as artist,
details as title of track and main name as VK Music.
That you have playing activity with state as artist,
details as title of track and main name as VK Music.
Also you have a button with url on track for other people.
This bot runs on Python. You will need at least python 3.10.
- Install Python
- Activate venv in console
python -m venv venv
- Install all needed packages
pip install -r requirements.txt
. - Configurate
.env
(Add your token). - Run
python main.py
to start bot.