martijnrondeel / SpeechBot

A Text-to-Speech Python Telegram bot
MIT License
87 stars 27 forks source link
bot python telegram-bot

SpeechBot

SpeechBot is a Telegram bot written in Python that converts anything you say into a voice message using Google's Text-to-Speech API.

Installation

SpeechBot requires:

Download the bot:

git clone https://github.com/martijnrondeel/SpeechBot

(or download the .zip)

Run the bot (don't forget to edit the code first to add your token, SSL certs, etc.):

cd SpeechBot
python speechbot.py

Contributing

Please feel free to contribute! This is my first open-source Python project, I have probably made silly mistakes somewhere ;)