/mscrap

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

mscrap is a set of tools used for scrapping Argentine Congress data.

You can find the latest version at http://github.com/mediasancion/mscrap

mscrap is written with Scrapy, check its documentation for insights.

Usage

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.

License

Along with this project, you should have recieved a file named LICENSE with the licensing terms.

See INSTALL.rst file for install isntructions.