7 lines
266 B
Markdown
7 lines
266 B
Markdown
# transcribe_bot
|
|
Telegram or Discord bot that automatically transcribes audio messages based on OpenAI Whisper and ffmpeg.
|
|
|
|
## How to run it
|
|
1. Install the requirements.txt
|
|
2. Add all required Keys to `config.ini`
|
|
3. Run either `telegram_bot.py` or `discord_bot.py`
|