Code4SA / za-parliament-scrapers

Python scrapers for documents from the South African parliament

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

za-parliament-scrapers

image

image

This is a collection of scrapers for working with data from the Parliament of South Africa. It includes:

  1. Scrapers for handling Questions and Replies documents

Credit

Most of the Question and Replies scraping was taken from https://github.com/mysociety/za-hansard.

Installation

Install using:

pip install za-parliament-scrapers

Development

Clone the repo and setup for local development:

pip install -e .[dev]

To run tests:

nosetests --with-doctest && flake8 za_parliament_scrapers

License

MIT License

About

Python scrapers for documents from the South African parliament

License:MIT License


Languages

Language:Python 100.0%