Created
July 7, 2017 11:29
-
-
Save pfcoperez/9b16dd6a787293269113b2dca4aa6250 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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