|
před 5 roky | |
---|---|---|
bin | před 5 roky | |
lib | před 5 roky | |
spec | před 5 roky | |
.env.sample | před 5 roky | |
.gitignore | před 5 roky | |
.rakeTasks | před 5 roky | |
.rspec | před 5 roky | |
.tool-versions | před 5 roky | |
.travis.yml | před 5 roky | |
Gemfile | před 5 roky | |
Gemfile.lock | před 5 roky | |
LICENSE.txt | před 5 roky | |
README.md | před 5 roky | |
Rakefile | před 5 roky | |
slack_mattermost_emoji.gemspec | před 5 roky |
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.