Skip to content

Instantly share code, notes, and snippets.

@kirkins
Created January 30, 2019 22:57
Show Gist options
  • Save kirkins/04aa683be4063d81ee3412b5f0a3d9f0 to your computer and use it in GitHub Desktop.
Save kirkins/04aa683be4063d81ee3412b5f0a3d9f0 to your computer and use it in GitHub Desktop.
Get starbucks balance on bash
wget -O - -o /dev/null https://www.starbucks.com/card/guestbalance --post-data="Card.Number=$CARD_NUMBER&Card.Pin=$CARD_PIN" | grep fetch_balance_value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment