{"id":26708250,"url":"https://github.com/xz-dev/gf2exilium","last_synced_at":"2025-03-27T07:17:35.154Z","repository":{"id":283800778,"uuid":"952956693","full_name":"xz-dev/gf2exilium","owner":"xz-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-22T08:59:43.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T09:26:05.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/xz-dev.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-03-22T08:30:35.000Z","updated_at":"2025-03-22T08:59:46.000Z","dependencies_parsed_at":"2025-03-22T09:37:01.901Z","dependency_job_id":null,"html_url":"https://github.com/xz-dev/gf2exilium","commit_stats":null,"previous_names":["xz-dev/gf2exilium"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fgf2exilium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fgf2exilium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fgf2exilium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fgf2exilium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xz-dev","download_url":"https://codeload.github.com/xz-dev/gf2exilium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798256,"owners_count":20673902,"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-03-27T07:17:34.513Z","updated_at":"2025-03-27T07:17:35.146Z","avatar_url":"https://github.com/xz-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GF2 Exilium Spring Gachapon 自动化工具\n\n一个用于自动完成 GF2 Exilium Spring Gachapon 活动任务的工具集，包括自动执行任务、助力、账号管理等功能。\n\n## 快速开始\n\n### Docker/Podman 部署\n\n1. **构建镜像**\n   ```bash\n   docker build -t gf2exilium .\n   ```\n   或使用 Podman:\n   ```bash\n   podman build -t gf2exilium .\n   ```\n\n2. **运行容器**\n   ```bash\n   docker run -d \\\n     --name gf2exilium \\\n     -p 5000:5000 \\\n     -v $(pwd)/accounts.json:/app/accounts.json \\\n     -v $(pwd)/share_links.txt:/app/share_links.txt \\\n     -v $(pwd)/logs/springgachapon_play_all.log:/app/springgachapon_play_all.log \\\n     --restart unless-stopped \\\n     gf2exilium\n   ```\n   或使用 Podman:\n   ```bash\n   podman run -d \\\n     --name gf2exilium \\\n     -p 5000:5000 \\\n     -v $(pwd)/accounts.json:/app/accounts.json \\\n     -v $(pwd)/share_links.txt:/app/share_links.txt \\\n     -v $(pwd)/logs/springgachapon_play_all.log:/app/springgachapon_play_all.log \\\n     --restart unless-stopped \\\n     gf2exilium\n   ```\n\n3. **访问账号管理网页**\n   在浏览器中打开 http://localhost:5000 访问账号管理界面\n\n### 容器管理\n\n- **查看容器日志**\n  ```bash\n  docker logs -f gf2exilium\n  ```\n\n- **查看任务执行日志**\n  ```bash\n  tail -f logs/springgachapon_play_all.log\n  ```\n\n- **停止容器**\n  ```bash\n  docker stop gf2exilium\n  ```\n\n- **重启容器**\n  ```bash\n  docker restart gf2exilium\n  ```\n\n- **移除容器**\n  ```bash\n  docker rm -f gf2exilium\n  ```\n\n## 功能简介\n\n- **账号管理**：通过网页界面管理账号密码\n- **自动执行任务**：自动完成签到、分享、抽卡等活动任务\n- **自动助力**：自动为分享链接提供助力\n- **定时运行**：每6小时自动运行一次任务流程\n- **日志记录**：记录所有操作日志方便追踪问题\n\n## 文件说明\n\n- `accounts.json`: 账号信息存储文件\n- `share_links.txt`: 分享链接存储文件 \n- `springgachapon_play_all.log`: 任务执行日志文件\n\n## 注意事项\n\n- 确保运行容器前已创建必要的文件和目录\n- 系统要求 Docker/Podman 环境","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fgf2exilium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxz-dev%2Fgf2exilium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fgf2exilium/lists"}