wangshub / Douyin-Bot

😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐?
https://zhuanlan.zhihu.com/p/37365182
MIT License
9.28k stars 1.9k forks source link

分享分辨率1280x720的配置 #54

Open wakasann opened 6 years ago

wakasann commented 6 years ago

因为测试用的是小米2s,分辨率是 1280 x 720,config.json内容是:

{
  "center_point":{
    "x": 360,
    "y": 640,
    "rx": 10,
    "ry": 200
  },
  "follow_bottom":{
    "x": 659,
    "y": 537,
    "rx": 10,
    "ry": 10
  },
  "star_bottom":{
    "x": 658,
    "y": 652,
    "rx": 10,
    "ry": 10
  }

}