/spotify-my-slack

Show what's playing on Spotify as your Slack status

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Spotify my Slack test

Add to Slack

Local Development

  1. Copy backend/.env.example to backend/.env and fill in the placeholders. Usually you should only have to change the following variables after creating both a Slack and Spotify development app:
    • SLACK_CLIENT_ID
    • SLACK_CLIENT_SECRET
    • SPOTIFY_CLIENT_ID
    • SPOTIFY_CLIENT_SECRET
  2. Make sure Docker and Docker Compose are installed (I use Docker for Mac)
  3. The application will be accessible at localhost:5000