Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Last active May 2, 2018 18:36
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 dpritchett/b60e3686987bf602bae97bd87abd3e4a to your computer and use it in GitHub Desktop.
Save dpritchett/b60e3686987bf602bae97bd87abd3e4a to your computer and use it in GitHub Desktop.
184 meltheous
164 gpspake tbqh
110 syliddar
98 dpritchett is happy
54 vongrippen
46 bkmontgomery
40 sbramlett
36 dan9186
32 my username can be as long as I damn well please GEORGE
32 B R Y C E
22 joshwlewis
22 john.mem
22 eterps
20 boze
18 mcd1992
18 biggles
10 speakingcode
8 ernestmccracken
6 nicole
6 mjb
6 edyesed
6 Matt
4 seand7565
4 joe
4 davidhiltenbrand
2 tyrel
2 tilley
2 tbrownaw
2 phpnut
2 mjohnsey
2 knuckolls
2 keithmattix
2 jmp
2 jmetts
2 chad_lyell
2 cellurl
2 cameronroe
2 brob
2 Chris

Open a console and use this jQuery snippet to print out all the names of people responsible for the emoji on a given page (currently 500 per page).

console.log(jQuery(".author_cell a:last-child").toArray().map($.text).map(_.trim).sort().join("\n"))

Results will look like this:

Allysa
B R Y C E
B R Y C E
B R Y C E
B R Y C E
B R Y C E

Copy the results into a file on your machine like emoji_counter.txt. Be sure you have one name per line and nothing else.

Repeat for every page of results - currently 2 pages.

Sort and count the results by username (requires lunix):

$ sort emoji_counter.txt  | uniq -c | sort -r                                                                                                          ~
 184 meltheous
 164 gpspake tbqh
 110 syliddar
  98 dpritchett is happy
  54 vongrippen
  ... results snipped for brevity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment