From fc24d0dc4d45fb3eabe97f43325d662f18bf64c0 Mon Sep 17 00:00:00 2001 From: "Leonardo Bloise (Blusa)" Date: Wed, 16 Sep 2020 09:50:56 -0300 Subject: [PATCH] [Docs] How to set webhooks using express local server and NGROK (#824) It's a guide to help new people how to set webhooks and test their bots using local server. --- doc/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials.md b/doc/tutorials.md index 70872063..978743d1 100644 --- a/doc/tutorials.md +++ b/doc/tutorials.md @@ -8,5 +8,5 @@ * [Guía: Creación de bots de Telegram en Nodejs [ES]](https://tecnonucleous.com/creacion-de-bots-de-telegram-en-nodejs/) * [node-telegram-bot-api-tutorial:a telegram bot helper to send templates by sms](https://github.com/vito2005/chatManagerTelegramBot) * [Telegram bot using blockchain services](https://ilanolkies.com/post/Telegram-bot-using-blockchain-services) - +* [How to set webhooks using express local server and NGROK](https://github.com/leobloise/node-telegram-bot-api-wb-tutorial) > Send a PR with useful links **not** listed above