From d74e72b22d830d7a3e5cb3b54d89991269544970 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 8 May 2021 16:40:46 +0100 Subject: [PATCH] Created Telegram Bot Setup (markdown) --- Telegram-Bot-Setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Telegram-Bot-Setup.md diff --git a/Telegram-Bot-Setup.md b/Telegram-Bot-Setup.md new file mode 100644 index 0000000..40a0741 --- /dev/null +++ b/Telegram-Bot-Setup.md @@ -0,0 +1,8 @@ +## Setting up a Telegram Bot + +* Message the [BotFather](https://t.me/BotFather) with `/newbot` to start creating a bot. +* Follow the prompts to choose a name and username. +* Once complete, you will be given an HTTP API Key. In jfa-go, go to Settings > Telegram, enable it and paste the API Key into the `API Token` box, then save and restart. + +## Example +example bot creationexample jfa-go settings \ No newline at end of file