To create a ChatBot which will be able to give information about weather. The bot should be able to answer some of following questions:
- How is the weather?
- Is it going to rain today ?
- it is sunshine ?
- how is the weather in New Delhi ?
A Telegram bot named "Buzo" is created which is able to give the information about the current weather as well as able to forecast weather up to 5 days. It is able to provide the following details of the location which are provided.
- Current and Forecast Temperature
- Max/Min Temperature
- Humidity
- Wind Speed
- Dialogflow: Bot framework to create intelligent chatbots, which you can then integrate with your apps.
- Flask: To define the fulfillment logic, which eventually processes the data.
- Telegram Bot Platform: Chat interface to query the bot and display the resulting output.
- Start the Bot
- Ask the questions