matiassingers / spotify-playlist-2-slack

Show new playlist entries in slack channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-playlist-2-slack

Show new playlist entries in slack channel

Configuration

You need to set these environment variables in heroku or as environ variables for foreman:

SLACK_URL*=https://yourslackdomain.slack.com/services/hooks/incoming-webhook?token=SomeSecretToken

SPOTIFY_CLIENT_ID=ClientID
SPOTIFY_CLIENT_SECRET=ClientSecret
SPOTIFY_USERNAME=SpotifyUsername
SPOTIFY_PLAYLIST=PlaylistId

If you want to store last fecthed datestamp in redistogo (like on heroku) instead of local file set:

REDISTOGO_URL=URL

License

MIT. Copyright © 2015 Petter Sandholdt

Deploy to Heroku

Deploy

About

Show new playlist entries in slack channel

License:MIT License


Languages

Language:JavaScript 100.0%