Skip to content

Instantly share code, notes, and snippets.

@pfcoperez
Created August 22, 2017 07:51
Show Gist options
  • Save pfcoperez/aa96d1b4a6dc889d928e28e8286e5573 to your computer and use it in GitHub Desktop.
Save pfcoperez/aa96d1b4a6dc889d928e28e8286e5573 to your computer and use it in GitHub Desktop.
curl https://www.eventbrite.es/e/lambda-world-2017-tickets-35032894330\#tickets \
| awk -F "collection : " '{print $2}' \
| jq '.[] | {ticket_type: .ticket_name, price: .cost.display, remaining: .number_of_tickets_remaining}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment