Skip to content

MarcusAdriano/telebram-bot-with-stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivial Telegram BOT with STT for Voice Messages

Go codecov

It's a very simple bot thats converts voice messages to text using openai's whisper API.

Goals

  • Improve my golang skills
  • Unit testing with mocks

Getting started

Prerequisites

Running

Using Docker

Fill .env file with your OpenAI API Key and Telegram Bot Token.

Build the docker image:

make docker-build

Run the container:

docker run --env-file .env -d --name stt-bot marcusadriano/tgbot-stt-chatgpt:latest

Reference

About

Simple stt bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published