▄▄▄▄· • ▌ ▄ ·. ▄▄▄▄ ▄▄▄▄▄▄▄
▐█ ▀█▪ ▄█▀▄ ▄█▀▄ ·██ ▐███▪▐█ ▀█▪ ▄█▀▄ •██
▐█▀▀█▄▐█▌.▐▌▐█▌.▐▌▐█ ▌▐▌▐█·▐█▀▀█▄▐█▌.▐▌ ▐█.▪
██▄▪▐█▐█▌.▐▌▐█▌.▐▌██ ██▌▐█▌██▄▪▐█▐█▌.▐▌ ▐█▌·
·▀▀▀▀ ▀█▄▀▪ ▀█▄▀▪▀▀ █▪▀▀▀·▀▀▀▀ ▀█▄▀▪ ▀▀▀
Boombot is a music streaming bot for group listening and sharing in Discord voice channels. The idea behind Boombot is to make music streaming simple, accessible and interactive enough for every Discord user, not just the hip ones. Boombot currently supports Youtube videos/playlist links and custom searching from any text channel.
If you'd rather just use Boombot before it's open to the public, you can be a beta tester in Boombot's home server
- Docker
- FFMPEG
- Clone the repo and add these .env files into root dir with their respective key=values
boombot.env
AWS_ACCESS_KEY=yourawsaccesskeyhere
AWS_SECRET_ACCESS_KEY=yourawssecretaccesskeyhere
ENV=container
- this is the literal value that needs to be hereBOT_PREFIX=yourprefferedcommandprefix
- the symbol you'd like to be used for invoking commands
db.env
POSTGRES_PASSWORD=yourpgpasswordhere
POSTGRES_USER=yourpguserhere
- In order to be able to fetch the bot's client and youtube tokens, you'll need to register your own applications and store the tokens under the secret name in AWS Secrets Manager:
boombot_creds
with the keysBOT_TOKEN
andYOUTUBE_TOKEN
- After installing your dependencies and setting up your secrets, run
docker-compose up
at root dir
- Commands
- This will invoke Boombot to fetch your request from youtube and put it into your own queue. Boombot will then join you in the voice channel you're currently residing in and start playing.
- This will skip the currently playing song, moving on to your next item in your queue, unless multiple users have queues, in that case Boombot will alternate between the different queues to avoid a listening monopoly for a better group listening experience.
- This will stop all playback for your queue and remove it completely. This also hapens if you leave voice chat entirely, preventing users from trolling by requesting large playlists, then disappearing.
- This will shuffle your queue, randomizing playback order.
- Pauses playback
- Resumes paused playback