Meichthys
My father asked me if he could receive a daily text with a useful weather forecast. After looking for such a service, all sms forecasts were pretty pathetic, thus email_weather was born.
A simple python program that fetches weather data from WeatherUnderground via the weatherunderground api and emails it out to a list of email/sms addresses.
Python 3 Weather Underground API Key (can be created for free here: https://www.wunderground.com/weather/api/)
- Create a settings.py file in the roor project directory.
- Edit settings.py to your liking using settings_example.py as a template or reference.
- Run "python main.py" from the terminal.