|
пре 5 година | |
---|---|---|
bin | пре 5 година | |
lib | пре 5 година | |
spec | пре 5 година | |
.env.sample | пре 5 година | |
.gitignore | пре 5 година | |
.rakeTasks | пре 5 година | |
.rspec | пре 5 година | |
.tool-versions | пре 5 година | |
.travis.yml | пре 5 година | |
Gemfile | пре 5 година | |
Gemfile.lock | пре 5 година | |
LICENSE.txt | пре 5 година | |
README.md | пре 5 година | |
Rakefile | пре 5 година | |
slack_mattermost_emoji.gemspec | пре 5 година |
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.