Hacker News new | past | comments | ask | show | jobs | submit login

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.




You have no idea how complicated sending message to Members of Congress is.

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


WOW! That is terribly bad then! You are very correct, I thought it was just some email account they had in their name, not something like that. Great work arounds for the captchas too, nice idea. Honestly, I never even new they had forms that you had to fill, I typically call them on the phone and don't bother with email.

Still though, any thoughts on using the eff phone integration here to also prompt users to call the congresscritter?

Awesome work. Sometimes it is nice to see how much hard work goes into some simple idea.


Wow that contact-congress data set alone is awesome. Thanks for doing that leg work!


Wow thanks for explaining, that's a lot of good work.


Ahh yes, unitedstates/contact-congress. I remember when I tried to contribute, several reps had multiple topics listed in a <select>, but the <option>'s value was the same for multiple topics and the tests kept failing.... good times




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: