{"id":51495673,"url":"https://github.com/appotry/mimotion","last_synced_at":"2026-07-07T15:01:19.704Z","repository":{"id":72264184,"uuid":"363135781","full_name":"appotry/mimotion","owner":"appotry","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T08:28:12.000Z","size":56,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-16T12:18:01.060Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appotry.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}},"created_at":"2021-04-30T12:36:19.000Z","updated_at":"2024-04-16T12:18:01.061Z","dependencies_parsed_at":"2023-09-17T01:52:03.466Z","dependency_job_id":null,"html_url":"https://github.com/appotry/mimotion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appotry/mimotion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appotry%2Fmimotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appotry%2Fmimotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appotry%2Fmimotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appotry%2Fmimotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appotry","download_url":"https://codeload.github.com/appotry/mimotion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appotry%2Fmimotion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35232326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-07-07T15:01:16.500Z","updated_at":"2026-07-07T15:01:19.136Z","avatar_url":"https://github.com/appotry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 小米运动自动刷步数\n\n\u003e 小米运动自动刷步数\n\n## Github Actions 部署指南\n\n### 一、Fork 此仓库\n\n### 二、设置账号密码\n\u003e 添加名为  **PMODE**、**PKEY**、**USER**、**PWD**、**STEP** 的变量: Settings--\u003eSecrets--\u003eNew secret  \n\n| Secrets |  格式  |\n| -------- | ----- |\n| PMODE |   推送模式,server酱推送:`wx` 新server酱推送:`nwx` tg推送:`tg` 企业微信推送:`qwx` PushPlus推送:`pp` 关闭推送:`off`|\n| PKEY |   推送key,详见PKEY参数解释|\n| USER |   账号,仅支持手机号|\n| PWD |   密码|\n| STEP |   步数:0则为1w-2w之间随机,自定义随机范围: `18000-25000`|\n\n| PKEY参数解释 |  格式  |\n| -------- | ----- |\n| TG推送 |   `token@userid`|\n| Server酱推送 |   `填写server酱的推送key`|\n| 企业微信推送 |   `推送用户（可@all）-corpid-corpsecret-(agentid 空则为默认1000002)`|\n| PushPlus推送 |   `token`|\n| 关闭推送 |   `留空即可`|\n\n### 三、多账户(用不上请忽略)\n\n多账户请用 **#** 分割 然后保存到变量 **USER** 和 **PWD**\n\n#### 例如\n\n**13800138000#13800138001** 变量 **USER**\n\n**abc123qwe#abcqwe2** 变量 **PWD**\n\n### 四、自定义启动时间\n\n编辑 **.github/workflows/run.yml**\n\n找到 cron: 0 10 * * *\n\n修改其中的10为你要的时间\n\n需要运行的时间-8就是UTC时间\n\n## 注意事项\n\n1. 每天运行一次，在下午 6 点\n\n2. 多账户的数量和密码请一定要对上 不然无法使用!!!\n\n3. 启动时间得是UTC时间!\n\n4. server酱注册地址 [点我](https://sct.ftqq.com/)\n\n5. 如果支付宝没有更新步数,到小米运动-\u003e设置-\u003e账号-\u003e注销账号-\u003e清空数据,然后重新登录,重新绑定第三方\n\n6. 小米运动不会更新步数，只有关联的会同步！！！！！\n\n7. 请各位在使用时Fork[主分支](https://github.com/Squaregentleman/mimotion/)，防止出现不必要的bug.\n\n8. TG推送教程 [点我](./TG_PUSH.md)\n\n9. 请注意，账号不是 [小米账号]，而是 [小米运动] 的账号。\n\n## 历史Star数\n\n[![Stargazers over time](https://starchart.cc/Squaregentleman/mimotion.svg)](https://starchart.cc/Squaregentleman/mimotion)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappotry%2Fmimotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappotry%2Fmimotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappotry%2Fmimotion/lists"}