Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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:


Bot demo

## 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