Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khlam/musicbot
Minimal Discord music bot with voice commands using Mozilla Deepspeech.
https://github.com/khlam/musicbot
discord discord-bot self-hosted speech-to-text
Last synced: 26 days ago
JSON representation
Minimal Discord music bot with voice commands using Mozilla Deepspeech.
- Host: GitHub
- URL: https://github.com/khlam/musicbot
- Owner: khlam
- License: mpl-2.0
- Created: 2021-08-20T07:55:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T05:20:05.000Z (about 3 years ago)
- Last Synced: 2025-01-11T17:59:41.638Z (30 days ago)
- Topics: discord, discord-bot, self-hosted, speech-to-text
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Music Bot with Voice Commands
Simple Discord music bot with voice commands using [Mozilla Deepspeech](https://github.com/mozilla/DeepSpeech).### Deployment
1. Deploys to heroku using [khlam/heroku-deploy](https://github.com/khlam/heroku-deploy), set `HEROKU_API_KEY`, `HEROKU_APP_NAME`, and `HEROKU_EMAIL` in github secrets.2. Add the following environment config vars and their values to Heroku app:
- `TOKEN `### Development
1. Create file `.env` in project root with the following:
- `TOKEN=`2. Run with `docker-compose up`