Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 655 Bytes

README.rst

File metadata and controls

20 lines (12 loc) · 655 Bytes

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.