/spotify-now-playing-telegram

Share what you're playing on Spotify

Primary LanguagePythonMIT LicenseMIT

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