Skip to content

Instantly share code, notes, and snippets.

View michael-lazar's full-sized avatar
🕊️
Information wants to be free

Michael Lazar michael-lazar

🕊️
Information wants to be free
View GitHub Profile
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):