Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 752 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 752 Bytes

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 ;)