GoToSocial Emoji Importer 
  - v{{VERSION}}

This tool gets emojis either from a remote instance or a local directory.
Emojis must be either a png or gif and less than your `emoji_size_limit` variable on your instance.

Usage:  gts_emoji_importer --home=myinstance.com --remote=remote.com --ignore=blob

Options:
  --steal         Sets the mode to "Steal" mode - will get emojis from a remote instance (default)

  --import        Sets the mode to "Import" mode - will get emojis from a local directory

  --home      Specifies the Home instance - the one the emojis will be saved to 
  (required)      You must be an admin of this instance.

  --remote    Specifies the Remote instance = the one the emojis will come from
  (required)      Must be an instance that publishes their emojis on /api/v1/custom_emojis
                  Can be set multiple times
 
  -d, --dir       In Import mode, the local directory to get emojis from 
  (required for
  import mode)

  -c, --category  The category to import emojis into. 
  (optional)      In remote mode, if not set the category will be the domain name of the remote instance

  -e, --emoji     Specifies an exact emoji name if you only want one of them 
  (optional)      Can be specified multiple times

  -i, --ignore    Specifies a text string to ignore, i.e. "blobcat" so you don't download unwanted emojis 
  (optional)      Can be specified multiple times
