Telegram bot that implements the Wit.ai API to process the message sent by the user and reply with the weather of the desired location. Weather information provided by the Open Weather Map API.
The webhook implementation is a fork from RNogales94's project.
The bot is hosted on Render servers with a free plan.
Please, if you are going to use it totally or partially, i will appreciate that reference my GitLab profile, if is not too much inconvenience, Thanks!
Under development.
The folder "old" contains old files that are unnecessary, the only reason cause I keep it it's to use it as a guide for future projects. Can be deleted with no problem.
old/telegramBot.py was the bot first implementation, make use of schedules but didn't convince me, so decide to change it for a webhook.
Bot de Telegram que implementa la API Wit.ai para procesar el mensaje enviado por el usuario y responder con el clima de la ubicación deseada. Información del clima proporcionada por la API Open Weather Map.
La implementación del webhook es una bifurcación del proyecto de RNogales94.
El bot está hosteado en los servers de Render con un plan gratuito.
Por favor, si lo va a utilizar total o parcialmente, agradeceré que haga referencia a mi perfil de GitLab, si no es demasiada molestia, Gracias!
Bajo desarrollo.
La carpeta "old" contiene archivos antiguos que no son necesarios, la única razón por la que la guardo es para usarla como guía para futuros proyectos. Se puede borrar sin problema.
old/telegramBot.py fue la primera implementación del bot, hacía uso de schedules pero no me convenció, así que decidí cambiarlo por un webhook.