Skip to content

congritta/tts-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Congritta TTS Bot

This Telegram Bot can synthesize any text message to speech. Based on espeak

How to:

Congfigure: Copy src/config.example.ts to src/config.ts and fill it as you want
Install: npm install
Run in production: npm run build && npm start
Run for development: npm run dev
Run eslint: npm run lint