Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker eaea5afa5e Update README před 4 roky
bin Create binary script to tie it all together před 4 roky
lib Create binary script to tie it all together před 4 roky
spec s/emojis/emoji před 4 roky
.env.sample Implement Mattermost authentication před 4 roky
.gitignore Initial commit před 4 roky
.rakeTasks Initial commit před 4 roky
.rspec Initial commit před 4 roky
.tool-versions Initial commit před 4 roky
.travis.yml Initial commit před 4 roky
Gemfile Initial commit před 4 roky
Gemfile.lock Initial commit před 4 roky
LICENSE.txt Initial commit před 4 roky
README.md Update README před 4 roky
Rakefile Initial commit před 4 roky
slack_mattermost_emoji.gemspec s/emojis/emoji před 4 roky

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.