Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martijnrondeel/SpeechBot

A Text-to-Speech Python Telegram bot
https://github.com/martijnrondeel/SpeechBot

bot python telegram-bot

Last synced: about 2 months ago
JSON representation

A Text-to-Speech Python Telegram bot

Awesome Lists containing this project

README

        

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:
- Python 2.7
- [Flask](http://flask.pocoo.org/docs/0.10/)
- [redis-py](https://github.com/andymccurdy/redis-py)
- Linux

Download the bot:
```
git clone https://github.com/martijnrondeel/SpeechBot
```
(or download the [.zip](https://github.com/martijnrondeel/SpeechBot/archive/master.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 ;)