Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martijnrondeel/SpeechBot
A Text-to-Speech Python Telegram bot
https://github.com/martijnrondeel/SpeechBot
bot python telegram-bot
Last synced: 3 days ago
JSON representation
A Text-to-Speech Python Telegram bot
- Host: GitHub
- URL: https://github.com/martijnrondeel/SpeechBot
- Owner: martijnrondeel
- License: mit
- Archived: true
- Created: 2015-07-16T17:05:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T21:33:55.000Z (about 7 years ago)
- Last Synced: 2024-08-02T05:08:53.388Z (3 months ago)
- Topics: bot, python, telegram-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 86
- Watchers: 10
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- LinuxDownload 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 ;)