Simple python bot which runs in background and forwards liked ❤️ tracks (mp3) from yandex music to your channel (might be private).
- Get yandex token With login and password
- Get token of your channel (might be private)
- Get token of your bot
- Edit
.env.example
and rename it to.env
- Create empty
liked_ts
file in root folder
pip install -r requirements.txt
python3 post.py
docker-compose up -d