Resend text in audio format using espeak
652
Resend text in audio format using espeak.
You will need to add this enviroment variables:
If BOT_URL or CERTIFICATE_PATH are not set, Bot will run without webhook.
Example using docker-compose:
espeak-bot:
restart: always
image: pando85/espeak-bot
ports:
- "5000:5000"
volumes:
- ./cert.pem:/tmp/cert.pem:ro
environment:
- BOT_TOKEN= Telegram Bot API token
- BOT_URL= Telegram Bot URL
- CERTIFICATE_PATH=/tmp/cert.pem
Content type
Image
Digest
Size
361.2 MB
Last updated
about 8 years ago
docker pull pando85/espeak-bot