Skip to content

Instantly share code, notes, and snippets.

@nezzzumi
Created October 31, 2022 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezzzumi/f49815a331f6c201ea0bcddd549a43e9 to your computer and use it in GitHub Desktop.
Save nezzzumi/f49815a331f6c201ea0bcddd549a43e9 to your computer and use it in GitHub Desktop.
Script para acompanhar apuração do segundo turno
while true; do
clear
curl -s https://resultados.tse.jus.br/oficial/ele2022/545/dados-simplificados/br/br-c0001-e000545-r.json | jq -r '.cand|.[]|[.nm, .vap, .pvap]'
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment