An open API service indexing awesome lists of open source software.

https://github.com/robotdad/pacresearch

Playing around with the FEC APIs to understand a corporate PAC
https://github.com/robotdad/pacresearch

Last synced: about 1 year ago
JSON representation

Playing around with the FEC APIs to understand a corporate PAC

Awesome Lists containing this project

README

          

# PAC Research
Playing around with the FEC APIs to understand a corporate PAC. Here I'm looking at the Microsoft PAC. I work at Microsoft and I wanted to understand what they are doing since they aren't transparent about it. Eventually I'd like to develop this further to be able to perform all of this analysis from the starting point of any PAC id.

The Jupyter notebook here has documentation within it so check that out. To play around with install Anaconda, start an environment with Jupyter installed and start playing around with it.

The code here is heavily borrowed from [this notebook](https://github.com/boblannon/blogpost_fec-api-howto/blob/master/fec_api.ipynb) covered in [this article](http://sunlightfoundation.com/blog/2015/07/08/openfec-makes-campaign-finance-data-more-accessible-with-new-api-heres-how-to-get-started/) by [Bob Lannon](https://github.com/boblannon).

Warning: I don't know Python.