A Discord bot to transcribe conversations in a voice channel into a text channel.
example.mp4
- Python
- Pycord
- SpeechRecognition
- Clone the repo and cd into the directory:
git clone https://github.com/jonathan-ndcg/DiscordSTT.git
cd DiscordSTT
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the root and enter your Discord bot token:
TOKEN=
- Type the below command to run the bot:
python src/bot.py
- On Discord you must be in a voice channel. You can enter in a text channel the commands
/start
and/stop
.