Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Glyphack/spotify_telegram_bot

Telegram bot helps you to listen to songs from spotify
https://github.com/Glyphack/spotify_telegram_bot

spotify telegram telegram-bot

Last synced: 25 days ago
JSON representation

Telegram bot helps you to listen to songs from spotify

Awesome Lists containing this project

README

        

# 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](https://ngrok.com).
After setting up the URL run the bot and provide the settings
```python
python bot.py --token {your-token} --url {ngrok-url} --port 8443
```