Skip to content

Instantly share code, notes, and snippets.

@kaplas
Created February 3, 2018 12:51
Show Gist options
  • Save kaplas/cf0312dacb2d74ba8c25748856674a23 to your computer and use it in GitHub Desktop.
Save kaplas/cf0312dacb2d74ba8c25748856674a23 to your computer and use it in GitHub Desktop.
Speedtest → IFTTT
/usr/local/bin/speedtest-cli --json | \
jq '{ Value1: (.download/1024/1024), Value2: (.upload/1024/1024), Value3: .ping }' | \
curl -sS -X POST -H 'Content-Type: application/json' -d @- https://maker.ifttt.com/trigger/your_event_name/with/key/your_secret_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment