This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import simplejson as json | |
import urllib, urllib2 | |
from datetime import datetime | |
# Generate your own key from.. | |
# http://www.wunderground.com/weather/api/ | |
API_KEY = '<your api key here>' | |
def get_webcams(area_code, api_key): |
NewerOlder