Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

This is a scrapper for bills in the argentinan congress that pushes to a BillIt instance.

License

Notifications You must be signed in to change notification settings

congresointeractivo/scraper-bills

Folders and files

NameName
Last commit message
Last commit date
Jul 11, 2013
Jul 11, 2013
May 16, 2014
May 16, 2014
May 5, 2014
May 16, 2014
May 16, 2014
May 5, 2014
May 16, 2014

Repository files navigation

scraper-bills

This is a scrapper for bills in the argentinan congress based in: https://github.com/ciudadanointeligente/scrapers/tree/bills_senado_wspublico_deltas

#How it works It takes the HTML from the Congress in the following URLs:

It produces an internal Bill representation with the following data (under development)

  • uid (número de expediente)
  • title (sumario)
  • creation_date (fecha de ingreso por mesa de entradas)
  • source (cámara de inicio, obtenido a partir del uid)
  • initial_chamber (igual al de arriba)
  • bill_draft_link (url de la página del proyecto en hcdn o senado)
  • subject_areas (comisiones)
  • authors (firmantes)

More fields to come.

Then pushes that over to BillIt, where it can be consumed using a BillIt API client (https://github.com/ciudadanointeligente/api-client) or the web interface of the instance (usually http://localhost:3003/bills).

#Requirements

#Usage

Modify @api_url in scrappable classes to match the BillIt instance location.

cd scraper-bills
bundle install
mkdir cache
./bills_runner

About

Congreso Interactivo

www.congresointeractivo.org

Fundación Ciudadano Inteligente

http://www.ciudadanointeligente.org/

About

This is a scrapper for bills in the argentinan congress that pushes to a BillIt instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages