Discord/Telegram bot to automatically transcribe audio files
Find a file
2024-05-09 15:48:00 +02:00
.gitignore Initial commit 2023-10-16 11:09:39 +02:00
config.ini.example Initial Commit 2023-10-16 11:15:30 +02:00
discord_bot.py Update dependencies, openai to v1 2024-05-09 15:48:00 +02:00
README.md Update README.md 2023-10-17 12:54:25 +02:00
requirements.txt Update dependencies, openai to v1 2024-05-09 15:48:00 +02:00
telegram_bot.py Update dependencies, openai to v1 2024-05-09 15:48:00 +02:00

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