noahmanger / fec-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fec-web-scraper

Requirements

  • Python 3.x
  • lxml
  • requests
  • dateutil

You need the tapsimple library to run the test suite.

% pip3 install https://github.com/rjbs/tapsimple/zipball/master
% make test

Scrape the entire site:

% make run

Contributing

See CONTRIBUTING for additional information.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

License:Other


Languages

Language:Python 98.6%Language:Makefile 1.4%