You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker eaea5afa5e Update README пре 3 година
bin Create binary script to tie it all together пре 3 година
lib Create binary script to tie it all together пре 3 година
spec s/emojis/emoji пре 3 година
.env.sample Implement Mattermost authentication пре 3 година
.gitignore Initial commit пре 3 година
.rakeTasks Initial commit пре 3 година
.rspec Initial commit пре 3 година
.tool-versions Initial commit пре 3 година
.travis.yml Initial commit пре 3 година
Gemfile Initial commit пре 3 година
Gemfile.lock Initial commit пре 3 година
LICENSE.txt Initial commit пре 3 година
README.md Update README пре 3 година
Rakefile Initial commit пре 3 година
slack_mattermost_emoji.gemspec s/emojis/emoji пре 3 година

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.