Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 844 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 844 Bytes

fec-to-sqlite

PyPI CircleCI License

Create a SQLite database using FEC campaign contributions data.

This tool builds on fecfile by Evan Sonderegger.

How to install

$ pip install fec-to-sqlite

Usage

$ fec-to-sqlite filings filings.db 1146148

This fetches the filing with ID 1146148 and stores it in tables in a SQLite database called filings.db. It will create any tables it needs.

You can pass more than one filing ID, separated by spaces.