Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xthierry/text-speech-telegram-bot
Bot that convert Text to Speech and Speech to Text :star::rocket:
https://github.com/0xthierry/text-speech-telegram-bot
api aws bot cli elk google-cloud telegram telegram-bot terraform typescript
Last synced: about 1 month ago
JSON representation
Bot that convert Text to Speech and Speech to Text :star::rocket:
- Host: GitHub
- URL: https://github.com/0xthierry/text-speech-telegram-bot
- Owner: 0xthierry
- License: mit
- Created: 2020-01-18T14:03:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T01:23:25.000Z (over 4 years ago)
- Last Synced: 2024-10-18T09:13:57.418Z (3 months ago)
- Topics: api, aws, bot, cli, elk, google-cloud, telegram, telegram-bot, terraform, typescript
- Language: TypeScript
- Homepage:
- Size: 497 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Telegram Bot TextSpeech
> Telegram bot that convert Text to Speech and Speech to Text
## Summary :memo:
- [Motivation](#Motivation)
- [Prerequisites](#Prerequisites)
- [Installing](#Installing)
- [Demo](#Demo)
- [Built With](#built-with)
- [Contributing](#Contributing)
- [License](#License)## Motivation :gift_heart:
Convert a text to audio to listen when you can't read or convert an audio to text when you can't listen.
## Getting Started :computer:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
You need to have NodeJS already installed.
### Installing
A step by step series of examples that tell you how to get a development env running
Cloning project
```bash
git clone https://github.com/thierrysantos/text-speech-telegram-bot.git
```Installing project depencies
```bash
yarn
# or
npm install
```Start project
```bash
yarn dev
# or
npm run dev
# or
docker-compose up
```## Demo :clipboard:
## Built With :gem:
* [Typescript](https://www.typescriptlang.org/) - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript
## Contributing :sparkling_heart:
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors :pencil2:
* **Thierry Santos** - *Initial work* - [Thierry Santos](https://github.com/thierrysantos)
See also the list of [contributors](https://github.com/thierrysantos/text-speech-telegram-bot/contributors) who participated in this project.
## License :newspaper:
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details