https://github.com/kitconcept/plone-contributors-statistics
https://github.com/kitconcept/plone-contributors-statistics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/plone-contributors-statistics
- Owner: kitconcept
- Created: 2022-10-31T13:34:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T18:11:17.000Z (over 3 years ago)
- Last Synced: 2026-02-17T11:31:36.466Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GH Stats for Plone
## Install
```
python3 -m venv .
```
Install dependencies:
```
bin/pip install PyGithub
```
# Run
Run script:
```
bin/python run.py
```