A Telegram Text-to-Speech bot using Amazon Polly, built to run on top of AWS Lambda.
Available on Telegram as @PollyannaBot.
- Convert text to speech and send it as an audio:
/s Read this - Change the voice:
/v Amy - List available voices:
/voices
You can invoke the bot from a shell using the start command. Edit the file start.js with your Telegram chat ID and run the command:
yarn start "/s test"This bot was inspired by the original @SpeechBot from lasermarty/SpeechBot, which sadly does not work anymore.