{"id":24771064,"url":"https://github.com/pfcclab/paddlepaddle-contributors-wall","last_synced_at":"2026-02-13T03:10:28.874Z","repository":{"id":272700635,"uuid":"917479612","full_name":"PFCCLab/PaddlePaddle-Contributors-Wall","owner":"PFCCLab","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-17T08:54:12.000Z","size":238,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T09:39:29.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PFCCLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-16T04:11:03.000Z","updated_at":"2025-01-17T08:54:13.000Z","dependencies_parsed_at":"2025-01-17T09:39:34.713Z","dependency_job_id":"a56f51dd-9e23-4eb7-8a66-1f388030d27e","html_url":"https://github.com/PFCCLab/PaddlePaddle-Contributors-Wall","commit_stats":null,"previous_names":["mattheliu/paddlepaddle-contributors-wall","pfcclab/paddlepaddle-contributors-wall"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2FPaddlePaddle-Contributors-Wall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2FPaddlePaddle-Contributors-Wall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2FPaddlePaddle-Contributors-Wall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2FPaddlePaddle-Contributors-Wall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PFCCLab","download_url":"https://codeload.github.com/PFCCLab/PaddlePaddle-Contributors-Wall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236126453,"owners_count":19098952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-29T03:57:44.967Z","updated_at":"2025-10-11T20:31:22.868Z","avatar_url":"https://github.com/PFCCLab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contributors Wall\n\n一个炫酷的开源贡献者展示墙，支持展示组织下所有仓库的贡献者信息。\n\n## 特性\n\n- 🎨 黑客风格设计\n- 📱 响应式布局\n- ⚡️ 性能优化\n- 🔄 无限滚动加载\n- 🔍 实时搜索\n- 📊 贡献者统计\n- 🏷️ 仓库分类\n- 💫 动态效果\n\n## 使用方法\n\n### 1. 环境要求\n\n- Python 3.6+\n- GitHub Personal Access Token\n- 现代浏览器（支持 CSS Grid 和 Intersection Observer）\n\n### 2. 配置\n\n1. 创建 GitHub Personal Access Token:\n   - 访问 [GitHub Settings \u003e Developer settings \u003e Personal access tokens](https://github.com/settings/tokens)\n   - 生成新的 token，需要以下权限：\n     - `repo`\n     - `read:org`\n     - `read:user`\n     - `read:project`\n\n2. 设置环境变量：\n```bash\nexport GITHUB_TOKEN=\"你的GitHub Token\"\n```\n\n### 3. 安装依赖\n\n```bash\npip install -r requirements.txt\n```\n\n### 4. 运行\n\n可以使用自动执行脚本：\n```bash\n./update_wall.sh\n```\n\n或者手动执行以下步骤：\n\n1. 获取贡献者数据：\n```bash\npython fetchData.py\n```\n\n2. 转换数据格式：\n```bash\npython json2js.py\n```\n\n3. 启动本地服务器：\n```bash\npython -m http.server 8000\n```\n\n4. 访问页面：\n打开浏览器访问 `http://localhost:8000`\n\n## 功能说明\n\n### 导航栏\n- 左侧：仓库分页和分类\n- 右侧：搜索功能（支持按用户名或仓库名搜索）\n\n### 分类功能\n- 按贡献者数量降序排列\n- 显示每个仓库的贡献者数量\n- 每页显示5个仓库\n- \"All\" 视图显示所有不重复的贡献者\n\n### 贡献者展示\n- 悬浮显示用户名\n- 点击跳转到 GitHub 主页\n- 悬浮显示详细信息（followers、following、stars）\n- 每次加载100个贡献者\n- 滚动自动加载更多\n\n### 搜索功能\n- 实时搜索\n- 支持按用户名搜索\n- 支持按仓库名搜索\n- 搜索结果实时过滤\n\n## 自定义配置\n\n可以在 `styles.css` 中修改以下变量来自定义样式：\n```css\n:root {\n    --primary-color: #00ff00;      /* 主色调 */\n    --secondary-color: #1a1a1a;    /* 次要色调 */\n    --background-color: #000000;   /* 背景色 */\n    --text-color: #00ff00;         /* 文字颜色 */\n    --hover-color: #00ff9d;        /* 悬浮色调 */\n    --grid-gap: 30px;              /* 网格间距 */\n}\n```\n\n## 注意事项\n\n1. 首次加载可能需要较长时间，具体取决于组织的仓库数量和贡献者数量\n2. 建议定期更新数据以保持最新状态\n3. 请勿频繁请求 GitHub API，注意遵守 API 限制\n4. 对于大型组织，建议增加请求延迟以避免触发 API 限制 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfcclab%2Fpaddlepaddle-contributors-wall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfcclab%2Fpaddlepaddle-contributors-wall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfcclab%2Fpaddlepaddle-contributors-wall/lists"}