Como fiscal de una fuerza política, necesito cargar documentos utilizando un bot de telegram. El bot debe pedirme uno a uno los campos requeridos para la carga, segun la API del sistema #72.
Posible material guia:
Simple echo bot for Telegram: https://github.com/danigm/telegram-bot
This above one uses a polling mechanism, there is a webhook implementation too (probably we want the later).
Telebot: Telegram Bot starter kit (library) written in Python https://github.com/yukuku/telebot
Como fiscal de una fuerza política, necesito cargar documentos utilizando un bot de telegram. El bot debe pedirme uno a uno los campos requeridos para la carga, segun la API del sistema #72.
Posible material guia: Simple echo bot for Telegram: https://github.com/danigm/telegram-bot This above one uses a polling mechanism, there is a webhook implementation too (probably we want the later). Telebot: Telegram Bot starter kit (library) written in Python https://github.com/yukuku/telebot