Skip to content

Instantly share code, notes, and snippets.

@mwunsch
Created April 2, 2014 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwunsch/9940810 to your computer and use it in GitHub Desktop.
Save mwunsch/9940810 to your computer and use it in GitHub Desktop.
require 'rumoji'
codepoints = Rumoji::Emoji::ALL.map(&:hex).map(&:downcase)
codepoints.each do |c|
puts "https://abs.twimg.com/emoji/v1/72x72/#{c}.png"
end
@mattlenz
Copy link

Yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment