Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kajdemunter/spotifyplaylistdiscordbot
A bot for discord that sends a message every time someone adds a song to a shared playlist.
https://github.com/kajdemunter/spotifyplaylistdiscordbot
bot collaborative-playlist discord discord-bot discord-music-bot playlist spotify
Last synced: about 2 months ago
JSON representation
A bot for discord that sends a message every time someone adds a song to a shared playlist.
- Host: GitHub
- URL: https://github.com/kajdemunter/spotifyplaylistdiscordbot
- Owner: KajdeMunter
- Created: 2017-11-12T18:47:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T09:28:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T06:31:36.554Z (3 months ago)
- Topics: bot, collaborative-playlist, discord, discord-bot, discord-music-bot, playlist, spotify
- Language: Python
- Homepage: https://hub.docker.com/r/kajdemunter/spotifyplaylistdiscordbot
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpotifyPlaylistDiscordBot
A bot for discord that sends a message every time someone adds a song to a playlist. Includes a Makefile to get set up
locally or build and publish to Docker Hub.## instructions:
* Install [Docker](https://docs.docker.com/install/)
* Install [Docker Compose](https://docs.docker.com/compose/)
* Add correct environment variables to the docker-compose.yml
* Run `docker-compose up -d`## Environment variables:
Please go through the [Spotify documentation](https://developer.spotify.com/documentation/general/guides/authorization/app-settings/)
to get your client id and secret. Use the [Discord docs](https://discordapp.com/developers/applications) to retrieve your token.