WashDems-Public / Data

For shared public data
8 stars 9 forks source link

[Orgs] Merge data from WashDems website #3

Open RobDolin opened 8 years ago

RobDolin commented 8 years ago

It would be great to have help merging the website linked from: http://www.wa-democrats.org/local/county and http://www.wa-democrats.org/local/ldo

bahoo commented 8 years ago

Also good, courtesy of Mr. Rick DeWitt — http://wa-democrats.net/?page_id=151

In particular the ld01, ld02 subdomain scheme could be useful with some simple Python or bash scripting. I don't have the time right this second but could probably contribute soon.

e.g.:

$ curl -I http://ld19.wa-democrats.net/
HTTP/1.1 301 Moved Permanently
Date: Mon, 27 Jun 2016 23:08:00 GMT
Server: Apache
Location: http://www.pacificcountydemocrats.com/19th.html
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1

$

that Location is what we're after for the orgs.json file.