Project for crawlling lawsuit data avaliable in MPSP. Data Craw:
- cover (reference data of the lawsuit)Cancel changes
- bonds (relation to other procedures)
- doocuments (lawsuit documents)
- movements (steps of the lawsuit) CSV file is generate with collected data.
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("")
- Sometimes chromedriver need a clearnce in security options on MacOS.
- Don't forget to previus install Java.