qase-tms / shelterpaws

A system for animal shelters, providing an easy and free way for shelter owners to display their pets, help them find new homes, and fundraise.
GNU General Public License v3.0
8 stars 4 forks source link

Create a separate page listing the contributors #9

Open sharovatov opened 11 months ago

sharovatov commented 11 months ago

GitHub should be providing some stats on the repo contributors, investigate how to add the stats to the page statically.

This page will be a nice way for us to show appreciation to contributors, and the contributors will be able to brag about the contributions they made.

sharovatov commented 10 months ago

GH API supports this: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors

We need to crontab a script which will fetch GH-API for the repo and draw contrib graph w/usernames

Doppler344 commented 10 months ago

I can do something like a simple Python script, that receives data from GitHub-API and creates a picture with chart, which puts in the repository. To update the chart: run the script and merge

Please, notify me at https://t.me/Doppler_DIY if this way is ok or you have any suggestions

sharovatov commented 10 months ago

@Doppler344 please do!!