mscrap is a set of tools used for scrapping Argentine Congress data.
You can find the latest version at https://github.com/mediasancion/mscrap
mscrap is written with Scrapy, check its documentation for insights.
The following Scrapy spiders are available: diputados_proyectos
, diputados
, diputados_votaciones
, senadores
.
You may run a spider, say diputados_proyectos
, using: cd mscrap; scrapy crawl diputados_proyectos
.
Along with this project, you should have recieved a file named LICENSE
with the
licensing terms.
See INSTALL.rst
file for install isntructions.