Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 894 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 894 Bytes

Crawler_LexML

Project for crawlling information on LexML CSV file is generate with collected data.

Dependencies

Run

brew install chrome driver (not needed if you alredy have chrome driver)

java -jar selenium-server-standalone.jar

go run main.go

  • To config a new search go in crawler.go file, function DayCrawler and alter the URL parameter on driver.Get("")

Notes

  • Sometimes chromedriver need a clearnce in security options on MacOS.
  • Don't forget to previus install Java.