Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Glyphack/spotify_telegram_bot
- Owner: Glyphack
- License: mit
- Created: 2020-01-27T18:19:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T18:15:08.000Z (5 months ago)
- Last Synced: 2024-11-21T00:42:29.243Z (about 1 month ago)
- Topics: spotify, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 125
- Watchers: 5
- Forks: 210
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```