Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
#36: Continue emoji YAML, H-Z, + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone committed Jun 22, 2017
1 parent 6fa1b9a commit 4605bde
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 47 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ Setup of Slackémon is _not_ quick. This may be worked on further in the future.
* If you're invoking via the command line, you can use eg. `php /path/to/cron.php --token=XXXXXXXXXXXXXXXXXXXX`
* If you're invoking via a GET request, you can use eg. `http://example.com/slackemon/cron.php?token=XXXXXXXXXXXXXXXXXXXX`
* If you don't have access to cron, you can use a service such as [cron-job.org](https://cron-job.org)
1. TODO: Add steps for installing custom emoji, including Pokémon & type emoji
1. Time to install custom emoji! There's a lot to install, so we make use of the wonderful [emojipacks](https://github.com/lambtron/emojipacks):
* Enter `npm install -g emojipacks` at a command line (if you don't have Node.js/NPM installed, [do that first](https://nodejs.org/en/download/))
* Run `emojipacks -y https://github.com/tdmalone/slackemon/blob/master/etc/emojipack.yml`
* You will be prompted for your Slack subdomain (eg. `YOUR-SUBDOMAIN.slack.com` - leave out the `slack.com` part when entering it) as well as your username and password for Slack (_neither Slackémon nor emojipacks will have access to your login details; it is simply required because Slack doesn't yet have an API endpoint for uploading emoji)
* Wait... for quite awhile! When the script is done, you'll have almost a thousand new custom emoji covering every single Pokémon plus a few more custom emoji used by Slackémon :)

Well done, it's time to start playing! You should now be able to run `/slackemon` anywhere in your Slack team to start the quick user onboarding process 👍

Expand Down
Loading

0 comments on commit 4605bde

Please sign in to comment.