Sign inSign up

pando85/espeak-bot

By pando85

Updated over 5 years ago

Resend text in audio format using espeak

Image
0

652

pando85/espeak-bot repository overview

ESpeak Bot

Resend text in audio format using espeak.

Setup

You will need to add this enviroment variables:

  • BOT_TOKEN: token from @BotFather
  • BOT_URL(Optional): url where you setup webhook
  • CERTIFICATE_PATH(Optional): self signed certificated to set webhook.

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

Tag summary

Content type

Image

Digest

Size

361.2 MB

Last updated

about 8 years ago

docker pull pando85/espeak-bot