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

Commit

Permalink
Add type emoji to emojipack yaml + minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone committed Jun 22, 2017
1 parent 3b05368 commit 959ad88
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Setup of Slackémon is _not_ quick. This may be worked on further in the future.
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 :)
* 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
52 changes: 44 additions & 8 deletions etc/emojipack.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,57 @@
title: pokemon
emojis:
- name: fingers_crossed
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/fingers_crossed.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/fingers_crossed.png
- name: green_circle
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/green_circle.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/green_circle.png
- name: loading
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/loading.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/loading.png
- name: party_parrot
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/party_parrot.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/party_parrot.png
- name: pikachu_bounce
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/pikachu_bounce.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/pikachu_bounce.png
- name: pokeball
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/pokeball.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/pokeball.png
- name: pokeball_bounce
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/pokeball_bounce.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/pokeball_bounce.png
- name: yellow_circle
src: https://raw.githubusercontent.com/tdmalone/slackemon/42850c6e179/media/emoji/yellow_circle.png
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/yellow_circle.png
- name: type-bug
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-bug.png
- name: type-dark
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-dark.png
- name: type-dragon
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-dragon.png
- name: type-electric
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-electric.png
- name: type-fairy
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-fairy.png
- name: type-fighting
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-fighting.png
- name: type-fire
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-fire.png
- name: type-flying
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-flying.png
- name: type-ghost
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-ghost.png
- name: type-grass
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-grass.png
- name: type-ground
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-ground.png
- name: type-ice
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-ice.png
- name: type-normal
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-normal.png
- name: type-poison
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-poison.png
- name: type-psychic
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-psychic.png
- name: type-rock
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-rock.png
- name: type-steel
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-steel.png
- name: type-water
src: https://raw.githubusercontent.com/tdmalone/slackemon/3b053680911/media/emoji/type-water.png
- name: abomasnow
src: https://raw.githubusercontent.com/tdmalone/pokecss-media/6fc502c0858/graphics/pokemon/front/abomasnow.gif
- name: abomasnow-mega
Expand Down

0 comments on commit 959ad88

Please sign in to comment.