This is Telegram text-to-speech (TTS) that compiles text messages to voice messages.
-
Download Node.JS
-
Create a new Telegram bot. (Contact: t.me/botfather)
-
Clone this repository and rename .env-example to .env, then open it and set bot token:
BOT_TOKEN=<this is your bot token>
-
Install all dependencies:
npm install
-
Run it:
npm start