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.
- Host: GitHub
- URL: https://github.com/mrhappyma/spotify-slack-playlist-thing
- Owner: mrhappyma
- Created: 2024-06-15T02:34:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T01:02:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T03:49:33.961Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)


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