Skip to content

jordanbuchman/slack-emojifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack-emojifier

Installation

npm install -g slack-emojifier

ImageMagick or GraphicsMagick must be installed!

Usage

Usage: emojify <command> [options]

Commands:
  create  Create and upload an emoji grid

Options:
  -s, --subdomain  Slack subdomain                           [string]
  -e, --email      Slack account email address               [string]
  -p, --password   Slack account password                    [string]
  -i, --image      Path of the image to emojify              [string]
  -n, --numcols    Number of columns in final grid           [number]
  -h, --help       Show help                                [boolean]


Examples:
  emojify create -s mysubdomain -e         Create a 5-column emoji grid of
  [email protected] -p mypassword -i             myimage.png and upload to
  myimage.png -n 5                          mysubdomain.slack.com using the
                                            account [email protected] with the
                                            password mypassword.

If you don't want to enter an option on the command line (i.e. your password), a prompt will ask you for any missing options.

About

Turn images into slack emoji grids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published