Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

Simple bot that converts telegram voice messages to text

License

Notifications You must be signed in to change notification settings

Leonqn/voices-to-text-tg-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voices-to-text-tg-bot

Simple bot that converts telegram voice and video note messages to text.
This bot will reply on any voice or video note message either in private or in group with text recognized by google speech api.

Run in docker:

$ docker build -t voices-to-text .
$ docker run -d --rm -e bot_apikey='YOUR BOT API KEY' -e speech_apikey='YOUR GOOGLE SPEECH API KEY' -e lang='LANG CODE FOR GOOGLE SPEECH' voices-to-text 

Telegram bot api key you can get from BotFather
Google speech api key you can get from GCP console
Language code for your language you can get here

About

Simple bot that converts telegram voice messages to text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published