Skip to content

Python script to get weather information from openweathermap.org

Notifications You must be signed in to change notification settings

akora/openweathermap-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

The OpenWeatherMap service provides open weather data for more than 200,000 cities and any geo location that is available on their website and through their API.

Using their service requires registration where you can get your API key.

Get your API key (APPID) here

The above script requires requests

To install requests

$ apt-get install python-pip
$ pip install requests

Tested on

  • Debian 7.8 (wheezy) with Python 2.7.3
  • Mac OS X Yosemite 10.10.2 with Python 2.7.6

About

Python script to get weather information from openweathermap.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages