|
il y a 5 ans | |
---|---|---|
bin | il y a 5 ans | |
lib | il y a 5 ans | |
spec | il y a 5 ans | |
.env.sample | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.rakeTasks | il y a 5 ans | |
.rspec | il y a 5 ans | |
.tool-versions | il y a 5 ans | |
.travis.yml | il y a 5 ans | |
Gemfile | il y a 5 ans | |
Gemfile.lock | il y a 5 ans | |
LICENSE.txt | il y a 5 ans | |
README.md | il y a 5 ans | |
Rakefile | il y a 5 ans | |
slack_mattermost_emoji.gemspec | il y a 5 ans |
This gem is a simple script to download all the custom emoji in a Slack workspace and upload them to a Mattermost instance.
$ 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)
$ bin/slack-mattermost-emoji
Running the test suite will upload actual files to your actual Mattermost instance.
$ rspec
The gem is available as open source under the terms of the MIT License.