Telegram bot to transcribe voice messages using OpenAI Whisper API
pip3 install -r requirements.txt sudo apt install libmagic1
TELEGRAM_TOKEN='your telegram token here' OPENAI_API_KEY='your openai api key here' python3 goodsecretarybot.py
- Change
TELEGRAM_TOKEN
andOPENAI_API_KEY
variables inDockerfile
. docker build -t transcriber .
docker run transcriber