From 4c0b0d10f47e8c2d5e37362a94c7e7010d16ed43 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 21 Oct 2019 17:17:59 +0000 Subject: [PATCH] docs: update huginn --- huginn.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/huginn.md b/huginn.md index b1330c45..cc6984ae 100644 --- a/huginn.md +++ b/huginn.md @@ -2,11 +2,36 @@ title: Huginn description: published: true -date: 2019-10-20T20:38:41.551Z +date: 2019-10-21T17:17:55.796Z tags: --- # Header Huginn Scenario To Check Mydealz Thread -[mydealz-check.json](/mydealz-check.json) \ No newline at end of file +[mydealz-check.json](/mydealz-check.json) + +## Telegram Bot + +https://core.telegram.org/bots + +### Create new Bot +* Talk to BotFather in Telegram +``` +# Create new bot +/newbot +# Name for bot +Huginnbot +# Username for bot +Huginnfobot +``` +Result: +``` +Done! Congratulations on your new bot. You will find it at t.me/Huginnfobot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this. + +Use this token to access the HTTP API: +869903020:AAEn9u2dd068PvWpGHni83xd5g4a8pwkc3g +Keep your token secure and store it safely, it can be used by anyone to control your bot. + +For a description of the Bot API, see this page: https://core.telegram.org/bots/api +``` \ No newline at end of file