/scrapele

Scrap for https://www.padron.gov.ar/publica/

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

scrapele

Scrap for https://www.padron.gov.ar/publica/

Requirements (Windows):

Start Selenium Server with command prompt:

java -jar selenium-server-standalone.jar

Put chromedriver.exe in C:\Windows\System32\

Syntax:

In Ruby command prompt, type:

result.rb X

Where X is district number in tables_all and district > 2.

If no parameter given, it will scrap all districts > 2.

For HTML parsing, we will use nokogiri (To Do)