Created
August 13, 2012 20:21
-
-
Save kristopherjohnson/3343852 to your computer and use it in GitHub Desktop.
Download Gravatar image for an email address
This file contains 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
curl "http://gravatar.com/avatar/$(md5 -q -s [email protected])" > avatar.png |
For Ubuntu md5 is not installed and must be used md5sum instead. The gist may be used instead https://gist.github.com/egel/c5e0b8c59221bf92481f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See http://undefinedvalue.com/2012/08/13/downloading-image-gravatar for more about this snippet