# mimotion **Repository Path**: coder_wen/mimotion ## Basic Information - **Project Name**: mimotion - **Description**: mimotion go version - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-13 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 小米运动 刷步 go重构版本 ### build + windows 编译给华硕固件路由器 (linux mipsle) (需要自行判断架构) ```cmd set GOOS=linux set GOARCH=mipsle go build -o mimotion_tool ``` + windows exe ``` cmd go build -o mimotion_tool.exe ``` ### 使用 ```sh ./mimotion_tool -sc=serverChanSk -user=mimotion_account -password=mimotion_password -step=1666 ``` + sc serverChan推送 (百度使用方法 需要依赖企业微信推送) + user 小米运动账号信息 + password 小米运动密码信息 + step 步数