A telegram bot for keel.sh
Project description
keel-telegram-bot
keel-telegram-bot is a telegram bot for Keel.
Features
- Receive notifications (via Webhook)
- List approvals
- Approve pending approvals
- Reject pending approvals
- Delete archived approvals
How to use
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 host system to /app/keel-telegram-bot.yaml
.
Setup
This bot uses the REST api provided by Keel to interact with it and relies on the Webhook functionality to receive and forward notifications to telegram chats. On one hand keel-telegram-bot acts like the web interface, on the other hand it acts like a proxy, both combined into a single package.
To get the commands working simply provide all the necessary details of the configuration file.
To get notifications working you will have to provide the address of
keel-telegram-bot to Keel using the WEBHOOK_ENDPOINT
env variable.
The simplest way to achieve this is by running both Keel and keel-telegram-bot
on the same host and specifying http://localhost:5000/
.
Contributing
GitHub is for social coding: if you want to write code, I encourage contributions through pull requests from forks of this repository. Create GitHub tickets for bugs and new features and comment on the ones that you are interested in.
License
keel-telegram-bot by Markus Ressel
Copyright (C) 2020 Markus Ressel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file keel-telegram-bot-1.0.0.tar.gz
.
File metadata
- Download URL: keel-telegram-bot-1.0.0.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e0a43b63192cd6dd47639d341d7ade38b3187a026c37c92b7bc5961b97a013 |
|
MD5 | 062ff6759853aacca8e0114ecbd6f0be |
|
BLAKE2b-256 | e251c15bf4c03e0c1b43238f3ffdca8d971c6a5610a59fedb6357c430520c45a |
File details
Details for the file keel_telegram_bot-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: keel_telegram_bot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 30.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a19470a0478144df34942db33eef3a2c780a0d0fc8d64537e34779a8543a4151 |
|
MD5 | 6e74fddd6e8a04a2b748c723c36b36c8 |
|
BLAKE2b-256 | cab994507f4fc091ab81217f700422faadf1f1809a44ec698f7d324915a02848 |