Skip to content

Instantly share code, notes, and snippets.

@pfcoperez
Created July 7, 2017 11:29
Show Gist options
  • Save pfcoperez/9b16dd6a787293269113b2dca4aa6250 to your computer and use it in GitHub Desktop.
Save pfcoperez/9b16dd6a787293269113b2dca4aa6250 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl https://www.eventbrite.es/e/lambda-world-2017-tickets-35032894330\#tickets \
| awk -F "collection : " '{print $2}' \
| python -m json.tool \
| grep number_of_tickets_remaining
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment