propublican

ProPublica API wrapper.


Keywords
propublican, propublica, data, open, api, wrapper, news, campaign
License
MIT
Install
pip install propublican

Documentation

Propublican

Tools for working with the ProPublica APIs and data.

This is an unofficial API wrapper. As such, it uses the name propublican to reserve the name propublica for an official package in the future.

Campaign Finance Data

Example:

import propublican
import pprint

campaign_finance = propublican.CampaignFinanceApi('YOUR API KEY HERE')
pprint.pprint(campaign_finance.totals())