Skip to content

Bot that convert Text to Speech and Speech to Text ⭐🚀

License

Notifications You must be signed in to change notification settings

0xthierry/text-speech-telegram-bot

Repository files navigation

Telegram Bot TextSpeech

Telegram bot that convert Text to Speech and Speech to Text

Summary 📝

Motivation 💝

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 💻

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

git clone https://github.com/thierrysantos/text-speech-telegram-bot.git

Installing project depencies

yarn
# or
npm install

Start project

yarn dev
# or
npm run dev
# or
docker-compose up

Demo 📋

Bot demo

Built With 💎

  • Typescript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript

Contributing 💖

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors ✏️

See also the list of contributors who participated in this project.

License 📰

This project is licensed under the MIT License - see the LICENSE.md file for details