How to build a simple Echo Bot on Telegram using hook.io and Python

In this tutorial, i want to explain how to create a simple “Echo BOT” on Telegram using the WebHook feature and a microservice hosted on Hook.io. Telegram currently support two ways of processing bot updates, getUpdates and setWebhook. getUpdates is a pull mechanism, setWebhook is push. The main advantages of …

Article Link: https://andreafortuna.org/programming/how-to-build-a-simple-echo-bot-on-telegram-using-hook-io-and-python/