Skip to content

jukie/mattermost-plugin-community

 
 

Repository files navigation

Community Plugin CircleCI branch

This plugin allows users to fetch contributor data from GitHub via a slash command.

Installation

  1. Go to the releases page of this GitHub repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console > Plugins > Management page to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. Create a personal access token for your GitHub account here. This is required because GitHub has a low rate limit for unauthenticated API requests. You do not need to specify a scope for your token.

Usage

Use /contributors [organisation] [repo] [since] [until] to fetch data and summarize it in a post, e.g. /contributors mattermost mattermost-server 2019-01-01 2019-01-31. To fetch the data from all repositories in an organisation, replace the repository name with all, e.g. /contributors mattermost all 2019-01-01 2019-01-31.

Screenshots

Fetching data Mattermost contributors Hugo contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 82.1%
  • Makefile 17.9%