主 题:【开源自荐】Meteor-History —— Star-History 自建版平替
发 布 者:Githubpack
标签分类: 日常
时 间:2026-07-19 22:26:33
内容预览:GitHub Has Restricted Access to Star Datahttps://www.star-history.com/blog/github-stargazer-api-restriction众所周知,最近Github限制了仓库星星历史数据对公众开放的API只能由其所有者或者贡献者获得这个数据,那么使用了star-history.com这个第三方的仓库历史🌟趋势图的话,就会导致仓库Readme的图片加载不出来了,路人看的话是完全没有权限,只能所有者去获得这个数据,那么Meteor-History应运而生了!Meteor-History,Meteor是流星的意思,希望各位热衷于开源社区的作者们自己的仓库像有流星雨一样的🌟 Meteor-History is a self-hosted GitHub repository gallery and SVG card service. It synchronizes repository and profile data on a schedule, stores star history as persistent JSON, and provides copyable image URLs and Markdown for project README files.先端上仓库地址:https://github.com/MengMengCode/Meteor-History(如果你觉得这个项目对您有用,恳请大家麻烦点个小Star🌟)本项目的原理是:使用低权限的GITHUB_TOKEN: a fine-grained GitHub token with only Metadata → Read-only access.使用这个TOKEN,以仓库所有者的身份请求仓库Star数据,然后使用缓存文件记录拉取的数据,定
直达链接: https://www.nodeseek.com/post-829525-1
 
 
Back to Top