Skip to content

Simple Darksky API powered script to check if you should put salt out to prevent a slip hazard the next morning

License

Notifications You must be signed in to change notification settings

TafThorne/salt-forecast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salt-forecast

Simple Darksky API powered script to check if you should put salt out to prevent a slip hazard the next morning

Usage:

$ python weather_check.py --help

positional arguments:
  hours_from_now   How many hours from now do we need to check?
  latitude         Latitude in decimal form, i.e 51.123456
  longitude        Longitude in decimal form, i.e. -1.123456

optional arguments:
  -h, --help       show this help message and exit
  --secret SECRET  API Secret to authenticate against darksky.net, retrieve
                   yours from https://darksky.net/dev/account

$ python weather_check.py 15 51.123456 -1.123456 --secret SomeSecretKeyHere!
2017-01-06 09:58:17,940 Retrieving local weather forecast
2017-01-06 09:58:17,943 Starting new HTTPS connection (1): api.darksky.net
2017-01-06 09:58:18,350 You don't need to worry about salt tonight.

Prerequisites:

This script requires Python and the argparse, logging & requests Python modules. For Ubuntu only the requests module is not included with the basic Python pacakges. It can be installed by:

sudo apt install python python-requests

About

Simple Darksky API powered script to check if you should put salt out to prevent a slip hazard the next morning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%