A telegram bot for listening to spotify songs on telegram. The bot works by getting list of song names from spotify and find them on youtube.
- use the Dockerfile in the provider you are using
- Set TOKEN(telergam bot token) and URL(the url for service you are deploying) in environment variables
To run the bot on local machine you need a way to expose a web url from your machine, this can be done with tools like ngrok.io. After setting up the URL run the bot and provide the settings
python bot.py --token {your-token} --url {ngrok-url} --port 8443