A telegram bot for Keel

keel-telegram-bot

keel-telegram-bot is a telegram bot for Keel.

commands

approval

Features

  • Receive notifications (via Webhook)
  • List approvals
  • Approve pending approvals
  • Reject pending approvals
  • Delete archived approvals

Manual installation

Install

Install keel-telegram-bot using pip:

pip3 install keel-telegram-bot

Configuration

keel-telegram-bot uses container-app-conf to provide configuration via a YAML file as well as ENV variables. Have a look at the documentation about it.

See keel-telegram-bot_example.yaml for an example in this repo.

Run

Start the bot by using:

keel-telegram-bot

Docker

To run keel-telegram-bot using docker you can use the markusressel/keel-telegram-bot image from DockerHub:

sudo docker run -t 
    markusressel/keel-telegram-bot:latest

Configure the image using either environment variables, or mount the configuration file from your

 

 

 

To finish reading, please visit source site