Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol authored May 23, 2022
1 parent 9057822 commit d999ff1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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
```

0 comments on commit d999ff1

Please sign in to comment.