Dockerized Telegram Text to Speech bot
It converts to audio the string sent by the user . Sentence should be in the format /tts <string>
Available as @ArevaloBot in Telegram
To replicate this bot, follow these instructions:
- Clone this repository
- Create your own bot talking with @BotFather
- Edit config/auth.py file with the token provided by BotFather
- Run
docker build -t ttsbot:local .
- Then
docker run -d ttsbot:local
TODO: Support to choose language