Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker eaea5afa5e Update README il y a 4 ans
bin Create binary script to tie it all together il y a 4 ans
lib Create binary script to tie it all together il y a 4 ans
spec s/emojis/emoji il y a 4 ans
.env.sample Implement Mattermost authentication il y a 4 ans
.gitignore Initial commit il y a 4 ans
.rakeTasks Initial commit il y a 4 ans
.rspec Initial commit il y a 4 ans
.tool-versions Initial commit il y a 4 ans
.travis.yml Initial commit il y a 4 ans
Gemfile Initial commit il y a 4 ans
Gemfile.lock Initial commit il y a 4 ans
LICENSE.txt Initial commit il y a 4 ans
README.md Update README il y a 4 ans
Rakefile Initial commit il y a 4 ans
slack_mattermost_emoji.gemspec s/emojis/emoji il y a 4 ans

README.md

Slack Mattermost Emoji

This gem is a simple script to download all the custom emoji in a Slack workspace and upload them to a Mattermost instance.

Installation

$ git clone https://git.simulacrum.party/simulacrumparty/slack_mattermost_emoji.git
$ cd slack_mattermost_emoji
$ bundle
$ cp .env.sample .env

Fill in the relevant values in .env and you should be all set!

(requires Ruby and Bundler to be installed)

Usage

$ bin/slack-mattermost-emoji

Tests

🚨🚨🚨 WARNING 🚨🚨🚨

Running the test suite will upload actual files to your actual Mattermost instance.

$ rspec

License

The gem is available as open source under the terms of the MIT License.