Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 803 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 803 Bytes

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)