#! /usr/bin/python # an example screen scraper for yanking the content out of an html wiki page # (with apologies to the Python experts out there for this complete hack-job) import urllib2 import re import sys # regex for getting the content of a wiki page pat = re.compile(r'