• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Telegram bot helps you to listen to songs from spotify

Spotify telegram bot

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.

How to Deploy

  1. use the Dockerfile in the provider you are using
  2. Set TOKEN(telergam bot token) and URL(the url for service you are deploying) in environment variables

Local Development

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