Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buurro/spotify-now-playing-telegram
Share what you're playing on Spotify
https://github.com/buurro/spotify-now-playing-telegram
Last synced: 15 days ago
JSON representation
Share what you're playing on Spotify
- Host: GitHub
- URL: https://github.com/buurro/spotify-now-playing-telegram
- Owner: buurro
- License: mit
- Created: 2019-07-26T14:44:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T04:58:56.000Z (4 months ago)
- Last Synced: 2024-08-05T09:15:17.227Z (3 months ago)
- Language: Python
- Homepage: https://t.me/spnpbot
- Size: 129 KB
- Stars: 26
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Now Playing on Spotify Telegram Bot
Simple Telegram bot that lets you share on Telegram what you're listening on Spotify.
Try it now! [@spnpbot](https://t.me/spnpbot)
## Getting Started
### Prerequisites
* Register an application on the Spotify developer dashboard
* Register a bot on Telegram through [BotFather](https://t.me/BotFather) and enable inline mode
* Python 3.9### Installation
Install the required Python modules with poetry:
```
poetry install
```
Copy `.env.sample` to `.env` and set your Telegram bot token and Spotify app credentials.## Running
Just run:
```
poetry run python run.py
```