Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker eaea5afa5e Update README vor 4 Jahren
bin Create binary script to tie it all together vor 4 Jahren
lib Create binary script to tie it all together vor 4 Jahren
spec s/emojis/emoji vor 4 Jahren
.env.sample Implement Mattermost authentication vor 4 Jahren
.gitignore Initial commit vor 4 Jahren
.rakeTasks Initial commit vor 4 Jahren
.rspec Initial commit vor 4 Jahren
.tool-versions Initial commit vor 4 Jahren
.travis.yml Initial commit vor 4 Jahren
Gemfile Initial commit vor 4 Jahren
Gemfile.lock Initial commit vor 4 Jahren
LICENSE.txt Initial commit vor 4 Jahren
README.md Update README vor 4 Jahren
Rakefile Initial commit vor 4 Jahren
slack_mattermost_emoji.gemspec s/emojis/emoji vor 4 Jahren

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.