Skip to content

Instantly share code, notes, and snippets.

@rdeavila
Created July 13, 2023 12:00
Show Gist options
  • Save rdeavila/2814420c37c3bec5da9f637cf0297c30 to your computer and use it in GitHub Desktop.
Save rdeavila/2814420c37c3bec5da9f637cf0297c30 to your computer and use it in GitHub Desktop.
Nível do Rio Caí, últimas 24h
#!/usr/bin/env bash
curl -s 'http://sace.cprm.gov.br/cai/dwr/call/plaincall/RelatorioService.gerarRelatorioVerDados.dwr' --data-raw $'callCount=1\nwindowName=\nc0-scriptName=RelatorioService\nc0-methodName=gerarRelatorioVerDados\nc0-id=0\nc0-param0=string:tableRelatorio\nc0-param1=number:24\nc0-param2=number:92\nbatchId=9\npage=%2Fcai%2F\nhttpSessionId=11gkb76odm27z\nscriptSessionId=85279F8CEBB65831D7A7CAC7793AF7E1\n' | html2text | grep '| '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment