Skip to content

Instantly share code, notes, and snippets.

@alvarezgarcia
Last active March 28, 2019 14:11
Show Gist options
  • Save alvarezgarcia/dcabef71b36c1ffcdb7575ddc135dc51 to your computer and use it in GitHub Desktop.
Save alvarezgarcia/dcabef71b36c1ffcdb7575ddc135dc51 to your computer and use it in GitHub Desktop.
Simple dollar value scrapper
watch -n 60 "curl -s http://www.bna.com.ar/Personas | pup 'div#billetes tbody tr td:nth-of-type(3), div.legal:nth-of-type(1) json{}' | jq '.[0,3].text'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment