anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Weather forecast #98

Open anlutro opened 6 years ago

anlutro commented 6 years ago

https://openweathermap.org/forecast5

Works the same way as the current weather API, just with a different data structure.

How to separate the time from the name of the city? Cities can have multiple words, so can times. Maybe only allow a whitelist of time-related words (today, tomorrow, weekdays). Could also enforce quoting of city names but that's annoying