Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 916 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 916 Bytes

Pollyanna

CircleCI

A Telegram Text-to-Speech bot using Amazon Polly, built to run on top of AWS Lambda.

Available on Telegram as @PollyannaBot.

Commands

  • Convert text to speech and send it as an audio: /s Read this
  • Change the voice: /v Amy
  • List available voices: /voices

Testing locally

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"

Inspiration

This bot was inspired by the original @SpeechBot from lasermarty/SpeechBot, which sadly does not work anymore.