Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker eaea5afa5e Update README 3 gadus atpakaļ
bin Create binary script to tie it all together 3 gadus atpakaļ
lib Create binary script to tie it all together 3 gadus atpakaļ
spec s/emojis/emoji 3 gadus atpakaļ
.env.sample Implement Mattermost authentication 3 gadus atpakaļ
.gitignore Initial commit 3 gadus atpakaļ
.rakeTasks Initial commit 3 gadus atpakaļ
.rspec Initial commit 3 gadus atpakaļ
.tool-versions Initial commit 3 gadus atpakaļ
.travis.yml Initial commit 3 gadus atpakaļ
Gemfile Initial commit 3 gadus atpakaļ
Gemfile.lock Initial commit 3 gadus atpakaļ
LICENSE.txt Initial commit 3 gadus atpakaļ
README.md Update README 3 gadus atpakaļ
Rakefile Initial commit 3 gadus atpakaļ
slack_mattermost_emoji.gemspec s/emojis/emoji 3 gadus atpakaļ

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.