|
|
|
|
|
by Balgair
3986 days ago
|
|
I mean, how can that be? How stupid easy is it to have a web app that sends out an email? Like every 2 person start-up out there has something like this for messaging them. Honest question here, are you really the first, in the year 2015, to do this for congress in one 'clearinghouse' type site? As I have your ear, some more questions then: How about a direct calling option? I've used your calling to eff then connect to a congresscritter function before and it works great. I also remember hearing that a phone call is much more important than some email. What about accountability? My emails mean nothing if I still vote for them or have no other options. I signed up for GovTracker.us to send me email on my rep's voting, but I honestly cannot make heads or tails of the 300 odd bills they all voted for the last week. Some sort of editorial function is really needed if accountability is to be implemented. |
|
There's no way to email legislators directly. The only way is to fill out their forms. Each form is unique, and many have CAPTCHAs.
To do that, we first had to develop an open source dataset that describes to a computer the steps necessary to submit messages via each contact form for 538 representatives. That was quite a lift, but was made possible by about 100 volunteers who chipped in. The dataset is called contact-congress, and is online here: https://github.com/unitedstates/contact-congress
Then we had to create a system to fill in the forms based on the dataset. The system we designed is called phantom-of-the-capitol and it does that by firing up 3 browser windows on an AWS instance each time a user submits a message. If the legislator has a CAPTCHA, we take a screenshot and return that to the user. The code for that system is here: https://github.com/EFForg/phantom-of-the-capitol