Skip to content

Instantly share code, notes, and snippets.

View sykloid's full-sized avatar

P.C. Shyamshankar sykloid

View GitHub Profile
@sykloid
sykloid / ausopen.py
Created March 1, 2009 15:17
A screenscraper for the australian open scores page
#! /usr/bin/env python
# A Screenscraper for the Australian Open scores page.
# P.C. Shyamshankar
# January 2009
#
# Can handle ongoing as well as completed matches, but you'll have to change the
# urls yourself.
#
# Note : Match numbers do not stay fixed! As matches finish and are pulled out
# of the list, they affect all below them (-1) and their own, of course.