DanielFillol / Crawler_LawsuitsESAJ

Crawler for lawsuit data in ESAJ systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler_LawsuitsESAJ

Project for crawlling lawsuit data avaliable in first and seccond degree of brazilian justice system. Data Craw:

  • capa (reference data of the lawsuit)
  • partes (parties)
  • advogados (lawyer's)
  • movimentos (steps of the lawsuit)

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

  • This crawler works for the following courts: tjac,tjal,tjam,tjce, tjms and tjsp.
  • Sometimes chromedriver need a clearnce in security options on MacOS.
  • Don't forget to previus install Java.

Future

Build a search function for every parameter allowed, exemple: name of people mentioned in the lawsuit.

About

Crawler for lawsuit data in ESAJ systems

License:Apache License 2.0


Languages

Language:Go 100.0%