spotify-now-playing-telegram icon indicating copy to clipboard operation
spotify-now-playing-telegram copied to clipboard

Share what you're playing on Spotify

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

Getting Started

Prerequisites

  • Register an application on the Spotify developer dashboard
  • Register a bot on Telegram through BotFather and enable inline mode
  • Python 3.6+

Installation

Install the required Python modules with pip:

pip install -r requirements.txt

Copy .env.sample to .env and set your Telegram bot token and Spotify app credentials.

Running

Just run:

python run.py