0.0.6 • Published 10 years ago
migraticon v0.0.6
migraticon
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.
Demo

About
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.
Setup
Dependencies
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 nodeInstall
Be sure all dependencies are install before installing migraticon.
$ sudo npm install -g migraticonUninstall
$ sudo npm uninstall -g migraticonUsage
See migraticon help for a full list of commands.
$ migraticon --helpBasics
To download those emoticons enter the following:
$ migraticon fetchImporting Emoticons to Slack
Follow installation instructions at emojipacks and use the YAML file generated by migraticon to upload your emoticons.
Contributing
If contributing clone the repo and run the following:
$ ./bin/migraticon --help
$ ./bin/migraticon fetch