Skip to content

Commit

Permalink
Added GitLab to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sabre1041 committed Jul 2, 2018
1 parent 1b7545e commit d759b17
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,30 @@ Additional queries can be generated by referencing the following:

http://help.trello.com/article/808-searching-for-cards-all-boards

## GitLab

A script called [gitlab-stats.py](gitlab-stats.py) contributions made within within an organization.

To be able to query the GitLab API, create a new [Personal Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).

Then configure the `GITLAB_API_TOKEN` environment variable as follows:

```
export GITLAB_API_TOKEN='<API_KEY>'
```

Execute the script:

$ ./gitlab-stats.py

=== Statistics for GitLab Group 'redhat-cop' ====

== Merged MR's ==

dhowe - 1
ninja-points - Minor change to GitLab script
```
## RocketChat
### Script
Expand Down

0 comments on commit d759b17

Please sign in to comment.