[[中文](https://github.com/jaywcjlove/github-rank/blob/master/./README-zh.md] 预览:Github | Gitee | UNPKG | Githack | Statically
Github 全球/中国用户排名,全球仓库 Star 排名,页面数据通过 Github API v3 生成,排名预览。
- Github 全球 用户粉丝排名预览
- Github 中国 用户粉丝排名预览
- Github 全球 组织用户粉丝排名预览
- Github 全球仓库 Star 最多排名预览
- Github 社区趋势榜单每日、每周、每月预览
每日
每周
每月
从 2019 年 4 月 20 日
开始在 npm
上发布,版本号由年
、月
、日
定义,如:v19.4.20
。
现在可以每天自动更新,使用 GitHub Actions 工作流通过定时器每天 00:00(北京时间早上 8:00)触发 GitHub 工作流,自动爬取数据,将生成的网页提交到 gh-pages 分支,并自动发布 npm 版本,真是太香了!!
更新日期:2024-08-09 17:59:32
插件使用
npm install @wcj/github-rank --save-dev
用户可以通过导入数据获取排名数据,或者直接通过 UNPKG 访问用户排行榜。
import users from '@wcj/github-rank';
import repos from '@wcj/github-rank/dist/repos.json';
import trendingDaily from '@wcj/github-rank/dist/trending-daily.json';
import trendingWeekly from '@wcj/github-rank/dist/trending-weekly.json';
import trendingMonthly from '@wcj/github-rank/dist/trending-monthly.json';
import users from '@wcj/github-rank';
// 默认情况下,users 输出以下数据: [ { "login": "jaywcjlove", "id": 1680273, "node_id": "MDQ6VXNlcjE2ODAyNzM=", "avatar_url": "https://avatars1.githubusercontent.com/u/1680273?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jaywcjlove", "html_url": "https://github.com/jaywcjlove", "followers_url": "https://api.github.com/users/jaywcjlove/followers", "following_url": "https://api.github.com/users/jaywcjlove/following{/other_user}", "gists_url": "https://api.github.com/users/jaywcjlove/gists{/gist_id}", "starred_url": "https://api.github.com/users/jaywcjlove/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jaywcjlove/subscriptions", "organizations_url": "https://api.github.com/users/jaywcjlove/orgs", "repos_url": "https://api.github.com/users/jaywcjlove/repos", "events_url": "https://api.github.com/users/jaywcjlove/events{/privacy}", "received_events_url": "https://api.github.com/users/jaywcjlove/received_events", "type": "User", "site_admin": false, "score": 1, "rank": 117, "name": "小弟调调™", "company": "ʕ•̫͡•ʔ-̫͡-ʕ•͓͡•ʔ-̫͡-ʔ", "blog": "http://wangchujiang.com", "location": "上海,中国", "email": "wowohoo@qq.com", "hireable": true, "bio": "(͡·̮̃·̃) 撸码的乐趣 💯 ,"人没了,™代码还在"", "public_repos": 78, "public_gists": 1, "followers": 2519, "following": 91, "created_at": "2012-04-26T00:30:25Z", "updated_at": "2019-04-12T14:27:54Z" } ]
## 开发
```bash
$ git clone https://github.com/jaywcjlove/github-rank.git
$ cd github-rank
$ npm install # 安装依赖
$ npm run build # 编译输出脚本
爬虫获取数据
$ npm run get:trending # 获取趋势数据
$ npm run get:repos # 获取仓库数据
$ npm run get:users # 获取用户数据
$ npm run get:users:china # 获取中国用户数据
生成HTML页面
$ npm run start
贡献者
一如既往,感谢我们出色的贡献者们!
使用 contributors 自动生成。
许可证
根据 MIT 许可证授权。