Skip to content

Instantly share code, notes, and snippets.

@CloudMarc
Last active December 18, 2015 03:38
Show Gist options
  • Save CloudMarc/5719481 to your computer and use it in GitHub Desktop.
Save CloudMarc/5719481 to your computer and use it in GitHub Desktop.
Crowd-sourced PAC to clean up corruption one congressperson at a time.
while corruption.exist?(congress) do
congress_person = select_most_corrupt_congress_person()
while congress_person.still_in_office?
dirt = dig_up_dirt_on(congress_person)
if dirt.verify?
publicize(dirt)
end
end
end
@CloudMarc
Copy link
Author

Most of the operations are crowd-sourced

dirt = corruption, bribery, access, agenda, influence peddling, current net worth compared to net worth when first took office; sitting on committee while taking money from industry they oversee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment