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)
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

index 937c9b34cebf5c16a9eb1fd0d87eb26a109a495e..2cb6531a7dca54f6b4ff091a6d2efe3ac229e393 100644 (file)
@@ -1,7 +1,7 @@
 {
        name => 'Gmail',
-       icon => 'http://mail.google.com/mail/help/images/screenshots/chat/%s.gif',
-       iconext => 'http://usefulshortcuts.com/imgs/gtalk-hidden/%s.gif',
+       icon => '/data/emoji/gmail/%s.gif',
+       iconext => '/data/emoji/gmail/%s.png',
        source => 'http://mail.google.com/support/bin/answer.py?answer=34056',
 },