Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```