Skip to content

javisol/telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot

Load env vars

set -o allexport;source .env;set +o allexport

Speech to Text using Google

Requirements

Audio must be in wav format. Convert it with:

ffmpg -i voice_file voice_file.wav

Docker

Build docker image

docker build -t "telegram_bot:0.1" .

Run docker image

docker run -d -e TOKEN="" -e CAL_URL="" -e CAL_USER="" -e CAL_PASS="" --name telegram_bot telegram_bot:0.1 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published