democraciaconcodigos / escrutinio-social

Una aplicación web para validar colaborativamente el escrutinio provisorio
https://github.com/OpenDataCordoba/escrutinio-social
MIT License
10 stars 13 forks source link

US: Bot de Telegram #26

Open almanuel opened 7 years ago

almanuel commented 7 years ago

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 #24.

jpcarlino commented 7 years ago

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