Skip to content

Instantly share code, notes, and snippets.

View danielktaylor's full-sized avatar

Dan Taylor danielktaylor

View GitHub Profile
**** Script will take about an hour to upload a few thousand emoji ****
1) Go to the emoji list webpage for your Slack team and save the HTML as emoji.html
2) Download all of the emoji with a Python script:
import re
import urllib
f = open('./emoji.html')
line = f.read().replace('\n', ' ')