项目作者: aMaroney

项目描述 :
Weather App to Email 3-Day Forecast
高级语言: Python
项目地址: git://github.com/aMaroney/weather_forecast_alerts.git
创建时间: 2018-02-02T00:14:29Z
项目社区:https://github.com/aMaroney/weather_forecast_alerts

开源协议:

下载


weather_forecast_alerts

A script that will send you weather alerts via email or sms.
I used gmail to send the alerts from one email address to another.
Adding security is not hard with the smtplib module. Simply add the module and change the port.
You’ll need to enter you own email/sms.

My live implementation of this script is hosted on PythonAnywhere.com and runs daily. My script inserts the weather and a unix timestamp into a MySQL database also hosted on PythonAnywhere.com. The script queries the database and formats the output and enails me the data every morning.

Feel free to ask any questions or leave questions.
Thanks!