Extracts public comments on proposed Virginia regulations, as submitted to the Virginia Regulatory Townhall, and saves each comment as a JSON file. It does so by parsing HTML with regular expressions, which I am totally OK with and you should be, too, because it works.
- Run at the command line:
php scraper.php
- There is no step 2.
- Stop parsing HTML with regular expressions. Sure, it works now, but let's be realistic here.
Released under the MIT License.