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
- Host: GitHub
- URL: https://github.com/danielfillol/ab2l_crawler
- Owner: DanielFillol
- License: apache-2.0
- Created: 2022-07-08T14:26:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T19:18:41.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:36:42.648Z (over 1 year ago)
- Topics: brazil, crawler, lawtech, legaltech
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.