Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker eaea5afa5e Update README 4 роки тому
bin Create binary script to tie it all together 4 роки тому
lib Create binary script to tie it all together 4 роки тому
spec s/emojis/emoji 4 роки тому
.env.sample Implement Mattermost authentication 4 роки тому
.gitignore Initial commit 4 роки тому
.rakeTasks Initial commit 4 роки тому
.rspec Initial commit 4 роки тому
.tool-versions Initial commit 4 роки тому
.travis.yml Initial commit 4 роки тому
Gemfile Initial commit 4 роки тому
Gemfile.lock Initial commit 4 роки тому
LICENSE.txt Initial commit 4 роки тому
README.md Update README 4 роки тому
Rakefile Initial commit 4 роки тому
slack_mattermost_emoji.gemspec s/emojis/emoji 4 роки тому

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.