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