Mimas is a server-side utility for Mattermost that provides two Slash commands; allowing users to tag urls through submission and retrieve a list of tagged urls by tag name. Release under a MIT license.
Table of Contents
Mimas is available on GitLab under a MIT license
Tags are generated from the URL meta description extracting up to 10 tags.
Two Slash commands are suggested:
- One for tagging suggested:
/tag
(required) - Another for retrieving tags:
/retrieve
(optional)
Full instructions can be found at the GitLab repository.