This plugin allows users to fetch contributor data from GitHub via a slash command.
- Go to the releases page of this GitHub repository and download the latest release for your Mattermost server.
- 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.
- 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.
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
.