From 02ea82dab5df9f1f757b304ee2dab2b2d9ab88a0 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 30 Dec 2020 12:17:12 +0100 Subject: [PATCH] Document things in INSTALL.md that don't even exist yet --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 93cc52f..b384229 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,7 +40,11 @@ If you want to make your Kumify instance available through a network, you will n In order to use scheduled tasks, you need to make sure that the ```/cron/``` endpoint is called at regular intervals. Every five minutes should work fine. Use a command like ```curl http://localhost:8000/cron/```, for example. -### Telegram webhook +### Telegram + +To set up the Telegram integration, create a new bot by talking to the @BotFather, then run: + +```python3 manage.py telegram``` If you wish to receive incoming messages through the Telegram gateway, your server must be reachable from the Internet. Configure a public IP/domain name as well as an HTTPS certificate, then run: