I made a lot of emoji. I won't stop. But I will keep track of them. Please, enjoy my bounty.
- Fork it!
- Clear out my emoji.
- Delete everying in the readme after
<!--start emoji -->
- Delete any records files (i.e. files named 20XX-XX-XX)
- empty the emoji directory
- Delete everying in the readme after
- Get your details together
- Find the name of your Slack instance. This is what it says in the upper left of your slack client, or in the url bar as $INSTANCE.slack.com
- Find your slack name. This is sort of deceptively difficult if you have aliases or display names set up. You'll figure it out. it's probably your name.
- Find your slack token. This is present on all logged-in slack pages, and can be found by following these instructions.
- Find your auth cookie. Auth Cookies are grabbed with even more difficulty, again from logged in slack pages, following these instructions.
- Generate a list of your emoji with
./generate.sh "$SLACK_NAME" "$SLACK_INSTANCE" "$SLACK_TOKEN" "$SLACK_COOKIE"
Take a look at https://github.com/jackellenberger/emojme !
OSX's default sed is bad. Install gnu-sed and try again.