/cmjp_parser

Parser for João Pessoas's City Council (Câmara Municipal de João Pessoa)

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

CMJP Parser

Weekend, hackaton project. Use at your own risk. No test coverage.

Developed during the Open Data Day 2016, in João Pessoa, Brazil. The data collected by this scraper powers the website http://fernandobrito.github.io/cmjp_parser.

Scraper and parser for João Pessoas's City Council (Câmara Municipal de João Pessoa).

Features

Scraps and parses all petitions from councilors

We scrap all petitions and group them by councilors.

Source: http://177.200.32.195:9673/sapl/relatorios_administrativos/resumoPropositurasAutor/resumoPropositurasAutor_index_html

Automatic petitions classification based on keywords

On models/proposal we define categories and regular expressions to be matched against the petition's titles.

Vocabulary (for pt-BR users)

  • Vereadores: councilors
  • Proposituras: petitions
  • Requerimentos (um tipo específico de propositura): requests

Usage

Check the examples folder.

Credits