Skip to content

Instantly share code, notes, and snippets.

@r2r-dev
Created October 16, 2023 13:25
Show Gist options
  • Save r2r-dev/0f31dd5886baba9c39c06049cfa46ae2 to your computer and use it in GitHub Desktop.
Save r2r-dev/0f31dd5886baba9c39c06049cfa46ae2 to your computer and use it in GitHub Desktop.
***** ***
watch -n 30 "node curl.js https://wybory.gov.pl/sejmsenat2023/pl/sejm/wynik/pl > r ; cat r | htmlq '.alert' --text | sed 's/ / /g'; cat r | htmlq 'div.val' --text | uniq; rm r"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment