Weather forecast by date

How to get weather forecast for next 5 days. User can provide date and city to get weather update?

Basically, first you need to extract the date from the user text. You can use duckling for that. Once you extracted, you write a custom action which will call the weather api Weather API - OpenWeatherMap by passing the date and city as parameters and return the response through dispatcher.

Thanks @ChikkaUdayaSai, I am very new to python so can you please share the codes , it will be really helpful.

I just need custom action so that user can provide date and city and get weather update.