Skip to content

Instantly share code, notes, and snippets.

@nicolasleander
Created January 11, 2021 12:12
Show Gist options
  • Save nicolasleander/669b1be5a3956e7ac805dfc0779891aa to your computer and use it in GitHub Desktop.
Save nicolasleander/669b1be5a3956e7ac805dfc0779891aa to your computer and use it in GitHub Desktop.

Pro Background Cryptotrader

while sleep 5; do say $(curl -s https://www.bitstamp.net/api/v2/ticker/etheur | ruby -rjson -e 'p JSON.parse(STDIN.read)["last"].to_f.round'); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment