Skip to content

CivicTechAtlanta/GeorgiaElectionResultsScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Georgia Election Results Scraper

This java program scrapes the Georgia Election Results site for files.

The program outputs downloaded files to the local downloads folder (not to be confused with ~/Downloads).

Lots of debugging statements have been commented out. Feel free to uncomment them in your clone if you want to troubleshoot something or just know what it's doing.

Compile

Mac

  • javac -cp bin:bin/jsoup-1.11.1.jar -d bin GeorgiaElectionResultsScraper.java

Windows [unverified]

  • javac -cp bin;bin\jsoup-1.11.1.jar; -d bin GeorgiaElectionResultsScraper.java

Run

Mac

  • java -cp bin:bin/jsoup-1.11.1.jar GeorgiaElectionResultsScraper

Windows [unverified]

  • java -cp bin;bin\jsoup-1.11.1.jar; GeorgiaElectionResultsScraper

About

Georgia Election Results Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages