Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`