A simple CLI tool to download your Hipchat emoticons and generate a YAML file. Use the YAML file to import your emoticons into Slack using emojipacks.
Currently does not support hipchat accounts using Google Authentication.
Use migraticon to download your emoticons from hipchat:
- Logs into hipchat and get list of emoticons using nightmarejs.
- Generates YAML file to emojipacks specifications.
- Downloads YAML file and emoticons to
~/Downloads/Hipchat_Emoticons
. - Renames emoticons to get rid of there weird Hipchat filenames.
- Grabs highest quality versions.
NodeJS is required to run migraticon. Find the installer and install the latest version; if using Mac OSX consider installing homebrew and easily install what you need with the following:
$ brew install node
Be sure all dependencies are installed before installing migraticon.
$ sudo npm install -g migraticon
$ sudo npm uninstall -g migraticon
See migraticon help for a full list of commands.
$ migraticon --help
To download those emoticons enter the following:
$ migraticon fetch
Follow installation instructions at emojipacks and use the YAML file generated by migraticon to upload your emoticons.
If contributing clone the repo and run the following:
$ ./bin/migraticon --help
$ ./bin/migraticon fetch