HanaDigital / grev

Github Release Viewer. View your github repository release statistics.
228 stars 10 forks source link

Feature: Any chance it can track unique downloaders? #36

Closed tpmccallum closed 2 years ago

tpmccallum commented 2 years ago

It would be great to track unique downloaders in the same way that GitHub insights can show unique cloners. It might have to be ip based etc. instead of account holder based. If possible it could show vague location i.e. by country etc. Just food for thought.

dr-nyt commented 2 years ago

This repo uses the github api to fetch the download statistics. Unfortunately this api doesn't provide the relevant data to implement this feature.