#!/usr/bin/env python # -*- coding: utf-8 -*- # This example shows webhook echo bot with Tornado web framework # Documenation to Tornado: http://tornadoweb.org import telebot import tornado.web import tornado.ioloop import tornado.httpserver import tornado.options import signal API_TOKEN = '' WEBHOOK_CERT = "./cert.pem" WEBHOOK_PKEY = "./pkey.pem" WEBHOOK_HOST = "" WEBHOOK_SECRET = "