Skip to content

Python script for pulling ForeCast.io weather information into GeekTool

License

Notifications You must be signed in to change notification settings

alexwasserman/GeekWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekWeather

Python script for pulling ForeCast.io weather information.

Requirements

  • Python

Description

This is a quick update to a wrapper from ZeevG using climacons from Adam Whitcroft

Forecast.io is a great weather service offering a forecast that's amazingly accurate. The data is available for free using their API (1000 hits a day). I used the wrapper above to create a little python script to pull in some forecast data and show the appropriate icon on my desktop.

You'll need to open up the GeekWeather.py script to put in your own APIKEY and location. The key in the file is an example, and won't work.

Unzip and run GeekWeath.py, as long as the icons folder and and forecastio.py exist it'll be fine.

Version

1.0

Tech

GeekWeather uses:

  • Forecast.IO API
  • Python

Script usage

$./geekWeather.py
Right Now:            Clear
Next Hour:            None
Next 24 Hours:        Partly cloudy in the afternoon.
Next 7 Days:          None

License

MIT

About

Python script for pulling ForeCast.io weather information into GeekTool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages