AZ Software
AZ Software

Reputation: 162

GitHub get download count from specific file

Is there a way that I can get the download count of a specific file in a repository (downloaded via raw.githubusercontent.com)?

I'm not meaning the Github Releases download count.

Upvotes: 1

Views: 1546

Answers (1)

Vy Do
Vy Do

Reputation: 52676

You cannot count download times for a specific file.

You can count download time for a release artifact

https://docs.github.com/en/rest/releases/releases#list-releases

enter image description here

Upvotes: 2

Related Questions