[reposting this from another comment for visibility]
Ever since the NSA business leaked, I've been thinking about this problem. It took me a few months to wrap my head around all the crazy stuff that's been going on but I've started building some systems that I think might have a chance of helping out.
"Call Congress Now"- using Twilio, you can call Congress folk from your browser (for free).
But it's pretty hard to get the word out about websites like that. In a sense, nobody passively cares enough to call Congress. Only when the Congress folks do something that brings about outrage do people care enough to really pick up the phone (or click the twilio button, as it were). So I built the /u/CongressionalHound, a bot on reddit that hunts for mentions of current sitting members of Congress in submitted articles and displays information about them in the comments:
If you are a mod and want me to run the bot on your subreddit, PM the bot and I'll have it saunter on over and get to work. Slowly putting the bot on subreddits that give me permission or invite me to. My hope is that when articles about the NSA, or Obamacare, or the shutdown, or or or any big political issue comes up, that the bot will channel people towards getting in touch with their representatives and senators and effectively voicing their opinions.
Both of these are prototypes and there are major known bugs in both, but I think they can serve as examples of systems that could help citizens better impact their government through the power of the internet.
Thank you! It's actually really dumb. Like, it's piping out to Readability and then just searching for capitalized pairs of words and then pounding a hash-map for look ups of Congress folks. MVP or something right?
Ever since the NSA business leaked, I've been thinking about this problem. It took me a few months to wrap my head around all the crazy stuff that's been going on but I've started building some systems that I think might have a chance of helping out.
"Call Congress Now"- using Twilio, you can call Congress folk from your browser (for free).
http://www.callcongressnow.org/
Here are some Congress people who some consider are doing some shady stuff: http://www.callcongressnow.org/profile/F000062 http://www.callcongressnow.org/profile/L000174
But it's pretty hard to get the word out about websites like that. In a sense, nobody passively cares enough to call Congress. Only when the Congress folks do something that brings about outrage do people care enough to really pick up the phone (or click the twilio button, as it were). So I built the /u/CongressionalHound, a bot on reddit that hunts for mentions of current sitting members of Congress in submitted articles and displays information about them in the comments:
http://www.reddit.com/user/CongressionalHound/comments/
If you are a mod and want me to run the bot on your subreddit, PM the bot and I'll have it saunter on over and get to work. Slowly putting the bot on subreddits that give me permission or invite me to. My hope is that when articles about the NSA, or Obamacare, or the shutdown, or or or any big political issue comes up, that the bot will channel people towards getting in touch with their representatives and senators and effectively voicing their opinions.
Both of these are prototypes and there are major known bugs in both, but I think they can serve as examples of systems that could help citizens better impact their government through the power of the internet.