A script for scraping data on licenses granted by the Virginia Department of Alcoholic Beverage Control.
Python >= 2.5
$ ./get_licenses.py -t retail # Download retail licenses.
$ ./get_licenses.py -t banquet # Download banquet licenses.
If no arguments are given, retail licenses are the default.
Aaron Bycoffe (bycoffe@gmail.com)