Skip to content

danielafeitosa/scrapele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e36c5a5 · Sep 13, 2019

History

23 Commits
Aug 31, 2019
Sep 13, 2019
Aug 31, 2019
Sep 1, 2019
Aug 31, 2019
Aug 31, 2019

Repository files navigation

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)