-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9057822
commit d999ff1
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Crawler_USP | ||
# Crawler_USP | ||
Projeto desenvolvido para capturar todos os TCC, Mestrados, Doutorados e Livre Docências existentes na biblioteca da Universidade de São Paulo (USP) que versem sobre ```DIREITO```. | ||
|
||
## Dependências | ||
|
||
Para o esse crawler somos dependentes do projeto [selenium](https://github.com/tebeka/selenium#readme), sendo necessário a pré-instalação do [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/) e do [selenium-server-standalone](https://selenium-release.storage.googleapis.com/index.html?path=3.5/). Nesse projeto também utilizamos o [htmlquery](https://github.com/antchfx/htmlquery). | ||
|
||
## Run | ||
Inicie o selenium server no terminal e depois basta | ||
|
||
``` | ||
java -jar selenium-server-standalone.jar | ||
go run main.go | ||
``` |