-
For example, this one is wrong: http://efforg.github.io/congress-forms-test/?bioguide_id=U000031
Should be pulled in from relevant YAML file rather than from global list.
sinak updated
10 years ago
-
This script updates a few fields from the old congress API. Most of these are available in the unitedstates-legislators files.
- `website` (from `url`)
- `fax`
- `phone`
- `contact_webform` (from `con…
-
Rep. Chuck Fleischmann:
http://fleischmann.house.gov
Likely contact form URL to start with:
http://fleischmann.house.gov/contact-me/email-me
-
norrin.notifications.services in send_notifications:
```
143 | sponsor = congress.legislators(bioguide_id=sponsor_id)[0]
```
https://app.getsentry.com/sunlightlabs/norrin/group/14639347/
-
Rep. Nancy Pelosi:
http://pelosi.house.gov
Likely contact form URL to start with:
http://pelosi.house.gov/contact/email-me.shtml
-
I've added a Travis CI build. Everything's in the https://github.com/unitedstates/images/blob/gh-pages/.travis.yml file.
It runs on all available Python versions (2.6, 2.7, 3.2, 3.3 and pypy, with 3…
-
Something like http://congress.sunlightfoundation.com/legislators/memberid.png or etc ?
Or any other public website would be beneficial
Thanks
-
- Cloning the YAML from git on demand instead of looking for it nearby
- Have it output to the `congress/originals` directory
- Bring over any `utils` functions it was using
-
Rep. Fred Upton:
http://www.house.gov/upton
Likely contact form URL to start with:
http://www.house.gov/writerep
-
Need routes, handlers in viewcontrollers so we can have app urls that can launch a legislator view to the sponsorship tab, etc.