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

https://github.com/mrhappyma/spotify-slack-playlist-thing

another random slack bot. this one adds other people's songs to your playlists.
https://github.com/mrhappyma/spotify-slack-playlist-thing

Last synced: about 1 year ago
JSON representation

another random slack bot. this one adds other people's songs to your playlists.

Awesome Lists containing this project

README

          

# the spotify slack playlist thing

add song recommendations from slack to a Spotify playlist, via a "message shortcut" (right-click button)

![](./readme/1.png)
![](./readme/2.png)

## setup

```sh
DATABASE_URL=
SLACK_TOKEN=
SLACK_SIGNING_SECRET=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
ENCRYPTION_KEY= # npx cloak generate
SELF_URL=
```