Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 463 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 463 Bytes

walker

golang实现的刷步数的库,基于Zapp Life(原小米运动),支持手机号和邮箱两种登陆方式。

使用方法:

func TestNewWalker(t *testing.T) {
	w := NewWalker(WithUid("手机号或者邮箱"), WithPasswd("密码"), WithStep("步数"))
	err := w.Do()
	if err != nil {
		log.Fatalln(err)
	}
}

刷步原理

image