Skip to content

Instantly share code, notes, and snippets.

@nhnam
Forked from mwunsch/avatar.sh
Created June 15, 2016 04:03
Show Gist options
  • Save nhnam/a0a916d24029d7496c615d1ca5473e8b to your computer and use it in GitHub Desktop.
Save nhnam/a0a916d24029d7496c615d1ca5473e8b to your computer and use it in GitHub Desktop.
Random Avatar Generator
curl -s 'http://realbusinessmen.tumblr.com/api/read?type=photo&num=50' | ruby -r'rexml/document' -e 'puts REXML::Document.new(STDIN).elements["tumblr/posts"].to_a.shuffle.pop.map(&:text)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment