@
GoTop 只是 golang 起了一个 web server 接收 anyproxy post 过的 json 数据 和 用 adb 控制模拟滑动 其他都是一样的,我不了解 python,只能自己实现了
1 用 python 写个 web server 处理
https://raw.githubusercontent.com/cnbattle/douyin/df129be17c6711b0a37682df8cb0c253c517c9d0/body.json 这样的一个 json 数据,
2 用 python 调用命令行 运行 这几个命令即可,
```
打开抖音 adb shell am start -n com.ss.android.ugc.aweme/.main.MainActivity
关闭抖音 adb shell am force-stop com.ss.android.ugc.aweme
屏幕滑动 adb shell input swipe 500 1000 400 100
```