https://github.com/sct/beepboop
A Discord Soundboard bot
https://github.com/sct/beepboop
Last synced: 3 months ago
JSON representation
A Discord Soundboard bot
- Host: GitHub
- URL: https://github.com/sct/beepboop
- Owner: sct
- License: mit
- Created: 2017-05-20T05:55:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-25T06:00:09.000Z (about 1 year ago)
- Last Synced: 2025-06-06T18:11:32.044Z (about 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beep Boop API
=============
API and Discord bot for the Beep Boop soundboard.
Requirements
-----
ffmpeg is required for the bot to encode voice. Run `npm install --global ffmpeg-binaries` to install the required binaries.
Running the server/bot
----------------------
To get the API/Bot running you will need to copy the `.env.example` file to `.env` and make changes as necessary. You need a discord application created [here](https://discordapp.com/developers/applications/me) and it must be converted to a bot.
To run the bot/api for development: `npm run dev`