|
hace 5 años | |
---|---|---|
bin | hace 5 años | |
lib | hace 5 años | |
spec | hace 5 años | |
.env.sample | hace 5 años | |
.gitignore | hace 5 años | |
.rakeTasks | hace 5 años | |
.rspec | hace 5 años | |
.tool-versions | hace 5 años | |
.travis.yml | hace 5 años | |
Gemfile | hace 5 años | |
Gemfile.lock | hace 5 años | |
LICENSE.txt | hace 5 años | |
README.md | hace 5 años | |
Rakefile | hace 5 años | |
slack_mattermost_emoji.gemspec | hace 5 años |
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.