Created
November 13, 2016 11:46
-
-
Save peteroid/109c5fa68182c1122f382153892b514e to your computer and use it in GitHub Desktop.
curl for the json show the data of the google link shortener
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://goo.gl/api/analytics' --data 'security_token&url=http%3A%2F%2Fgoo.gl%2FBKGdcm' --compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment