Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cariad/gitlab-stats
Pulls and graphs the lines added and removed by your historic GitLab merge requests
https://github.com/cariad/gitlab-stats
gitlab python
Last synced: 29 days ago
JSON representation
Pulls and graphs the lines added and removed by your historic GitLab merge requests
- Host: GitHub
- URL: https://github.com/cariad/gitlab-stats
- Owner: cariad
- License: mit
- Created: 2021-01-24T17:07:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T17:09:12.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T14:14:19.017Z (3 months ago)
- Topics: gitlab, python
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GitLab Stats
A Sunday afternoon project to pull and graph the number of lines added and removed by your historic GitLab merge requests.
## Example
![](example-graph.png)
## Usage
Requires Python 3.8 or later.
```bash
pipenv install
pipenv shell
python download.py [GITLAB_TOKEN] data.txt
python graph.py data.txt graph.png
```## Hello! 🎉
My name is **Cariad**, and I'm an [independent freelance DevOps engineer](https://cariad.me).
I'd love to spend more time working on projects like this, but--as a freelancer--my income is sporadic and I need to chase gigs that pay the rent.
If this project has value to you, please consider [☕️ sponsoring](https://github.com/sponsors/cariad) me. Sponsorships grant me time to work on _your_ wants rather than _someone else's_.
Thank you! ❤️