/iic3143-scraper-bot

Small scraper application that intended to get information about the Chilean parlamenteries activities. Side app to another web application

Primary LanguagePython

Scraper bot - Ventana ciudadana

External dependencies

Se estableció un virtual environment con pipenv, pero para psycopg2 se necesitan ejecutar los siguientes comandos (en Ubuntu, para OSX utilizar brew):

sudo apt-get install postgresql
sudo apt-get install python-psycopg2
sudo apt-get install libpq-dev