Skip to content

gsamat/telegram_openai_whisper_api_transcriber

Repository files navigation

telegram_openai_whisper_api_transcriber

Telegram bot to transcribe voice messages using OpenAI Whisper API

Installation

pip3 install -r requirements.txt sudo apt install libmagic1

Running

TELEGRAM_TOKEN='your telegram token here' OPENAI_API_KEY='your openai api key here' python3 goodsecretarybot.py

Using Docker

  1. Change TELEGRAM_TOKEN and OPENAI_API_KEY variables in Dockerfile.
  2. docker build -t transcriber .
  3. docker run transcriber

About

Telegram Bot to transcribe voice messages via OpenAI Whisper API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published