Skip to content

get the weather from accuweather.com and send it to people in an email

Notifications You must be signed in to change notification settings

allend2092/Get_Weather_Send_Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WeatherAndEmail

get the weather from accuweather.com and send it to people in an email

The first python script, Accu_Weather_Denver.py takes two other files as input. One file specifies the API key you received from accuwather.com. The second file it takes is what location you want to look up weather for. Location is specified by location id, which can be looked up at the accuwether website.

The second python script, Get_Weather_Send_Email.py takes multiple file as input, but only one has to be created by the user prior to running the program. There is an email metadata file where users should put the email account they will be logging into, the password of said account, and the recepient email address of this weather update. Each of the 3 pieces of information in this file should be on a unique line. The other input files are generated by Accu_Weather_Denver.py, they don't need to be created or manipulated by the user.

Daryl A

daryl.allen.jr@gmail.com

About

get the weather from accuweather.com and send it to people in an email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages