BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Oriented

BrianMitchL opened this issue · comments

Parts of the bot could greatly benefit from OO design. WeatherBotStrings has already been implemented.

The next step is the behemoth weather_data dict. Other bits of data such as alerts might be good to convert into a class as well.

Implemented in e61e0bb