Skip to content

danielafeitosa/scrapele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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)