update current House committee metadata from House Clerk pages using a new committee membership scraper (House only so far)

This commit is contained in:
GovTrack.us
2012-11-06 17:53:21 -05:00
parent fed9446692
commit bd8a3c6444
6 changed files with 462 additions and 45 deletions

View File

@@ -8,6 +8,8 @@ import yaml
from collections import OrderedDict
from datetime import datetime
CURRENT_CONGRESS = 112
def construct_odict(load, node):
omap = OrderedDict()
yield omap