An open API service indexing awesome lists of open source software.

https://github.com/danielfillol/ab2l_crawler

Crawler for AB2L radar
https://github.com/danielfillol/ab2l_crawler

brazil crawler lawtech legaltech

Last synced: 5 months ago
JSON representation

Crawler for AB2L radar

Awesome Lists containing this project

README

          

# AB2L_Crawler
Project for crawlling data of all company's in AB2L radar.
You can find the last crawled data [here](https://github.com/Darklabel91/AB2L_Crawler/blob/main/Result/legalTechs.csv)

## Dependencies
- [Selenium](https://github.com/tebeka/selenium#readme)
- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)
- [Selenium-server-standalone](https://selenium-release.storage.googleapis.com/index.html?path=3.5/)
- [htmlquery](https://github.com/antchfx/htmlquery)

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

```java -jar selenium-server-standalone.jar```

```go run main.go```

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