Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed May 2, 2024
1 parent 206fdb4 commit adf8e62
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,28 @@

Esse é apenas um caso de estudo sobre puppeteer

# Site alvo
## Site alvo
https://www.consultaprocessos.rj.gov.br/UPOWEB/servlet/StartCISPage?PAGEURL=/cisnatural/NatLogon.html&xciParameters.natsession=Consulta_UPO

# Objetivo
## Objetivo
- Ignorar o captcha do Google
- Matar o captcha interno
- Obter o resultado final através de webscrap


# Rota da API
## Rotas da API

GET
```
http://localhost:3000/
```

POST
```
http://localhost:3000/api
```

## Como consumir com PHP
```php
<?php

Expand Down

0 comments on commit adf8e62

Please sign in to comment.