idoneam / Canary

Canary is a Python3 bot designed for the McGill University Community Discord Server. The bot provides helper functions to users, as well as fun functions, a quote database and custom greeting messages.
GNU General Public License v3.0
11 stars 7 forks source link

weather forecasts #62

Open jidicula opened 5 years ago

jidicula commented 5 years ago

Enhancement Request: Weather Forecasts

Description of Problem / Inefficiency:

?weather command only has current conditions.

Implementation Suggestion:

Use bs4 to get today and tomorrow's forecast.

mjip commented 5 years ago

EC uploads their advisories/current conditions in soft realtime at http://dd.weather.gc.ca/, easier to use bs4 to pull from since format will likely never change