Telegram app that modifies your bio with the current song that are playing on your spotify.
Before running the project or running tests, copy the config/config.yaml.dst
in config/config.yaml
and fill it with your data. Telegram API keys can be retrieved on my.telegram.org and Spotify keys are obtainable from https://developers.spotify.com/ by creating a new application with the following entries:
To run tests, type python -m pytest tests
from the root of the project.