Songbot is a Discord Bot that queries Youtube and Spotify to find requested songs.
- Clone this project
git clone https://github.com/vincent-heng/discord-songbot
- Set the Spotify, Youtube and Discord API keys in the configuration file
cp config-sample.json config.json
vi config.json
- Run it with docker compose.
docker-compose up -d