emoji: download gmail images
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 18 Jun 2023 17:06:08 +0000 (19:06 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Jun 2023 19:50:43 +0000 (21:50 +0200)
commite302f773d94ea2f2e4a0ce237be454272f4a982b
tree219121d008b86fd301efea5b3c2391de1a557326
parent41df7258842a3bdfbf6ed51ba5ff4d077e7bad5f
emoji: download gmail images

Download original urls at Wayback Machine before their deletion:

GMAILROOT=http://mail.google.com/mail/help/images/screenshots/chat
GMAILROOT=https://web.archive.org/web/20120211075127/$GMAILROOT
perl -E'ref $_ eq "ARRAY" and say $_->[0] for do "emoji-gmail.inc.pl"' |
while read i; do
    wget $GMAILROOT/$i.gif -O data/emoji/gmail/$i.gif
done

Unofficial entries were never indexed, but still available at documented posts:

http://tkhere.blogspot.com/2007/12/brand-new-google-chat-emoticons-no-one.html
https://www.gtricks.com/google-talk-tricks/google-talk-hidden-emoticons/

Two degraded jpeg screenshots redrawn using later versions at Emojipedia.
emoji-gmail.inc.pl