best-of-lists / best-of-generator

🏆 Generates a ranked list of awesome libraries and tools.
https://best-of.org
GNU General Public License v3.0
70 stars 12 forks source link

Download statistics for GitHub Releases #73

Open njzjz opened 8 months ago

njzjz commented 8 months ago

Feature description:

Support the download statistics for GitHub Releases.

Problem and motivation:

Some packages are distributed through GitHub Releases. It's nice to support the download statistics for it.

shield.io has supported it: https://shields.io/badges/git-hub-all-releases

Is this something you're interested in working on?

Yes, but need some instructions.

YDX-2147483647 commented 7 months ago

Some investigation:


Besides, this issue is a TODO in current codebase.

https://github.com/best-of-lists/best-of-generator/blob/b1ebce49e2a6eafcfbdac546b20381a620092f18/src/best_of/integrations/github_integration.py#L103

The link is broken, and I guess https://github.com/badgen/badgen.net/blob/3d48d296181bbbe7301b721699ca70c148184ecc/pages/api/github.ts#L179 may help.