README

pokemoji
Pokemon emoji list for emojipacks
Easily import all of the original 151 Pokemon to your Slack team!
Many thanks to PokemonGo-Map and PokΓ©api.
TLDR
https://raw.githubusercontent.com/jaylynch/pokemoji/master/pokemon-by-name.yaml
Install
Have Node.js
Install emojipacks and run it on the list file https://raw.githubusercontent.com/jaylynch/pokemoji/master/pokemon-by-name.yaml:
$ npm install -g emojipacks ... $ emojipacks Slack subdomain: yourcompanyname Email address login: your.fancyname@yourcompanyname.com Password: ********* Path or URL of Emoji yaml file: https://raw.githubusercontent.com/jaylynch/pokemoji/master/pokemon-by-name.yamlWait a while... πΆβπ΄ππ
Paste
test-by-nameortest-by-numberinto a DM with slackbot and see if it worked!
Options
- Use
pokemon-by-name.yamlfor the emoji to be added by name (eg.:bulbasaur:,:psyduck:) - Use
pokemon-by-number.yamlfor the emoji to be added by number (eg.:pokemon-1:,:pokemon-54:)
Misc
The script which generated the -by-name file from the numbers is attached for curiosity's sake. I'd suggest avoiding it, it was very hastily slapped together, but if you really want to just npm install && npm run gen-name-yaml
gen1.json and gen1.yaml contain the raw data from PokΓ©api in case you want to muck about with it.
test-by-name and test-by-number contain the full list, in order, as Slack emoji ready to copy-paste into a channel to test them.
License
Code is MIT. Go bananas~ πππππ
(Copyright on actual Pokemon imagery and data may be a very different story - use your own judgement there, β€οΈ Nintendo)