1 Star 0 Fork 12

x-man / doudouBot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

如何在抖音上找到漂亮小姐姐----抖音机器人

最近沉迷于抖音无法自拔,常常花好几个小时在抖音漂亮小姐姐身上。

为了高效、直接地找到漂亮小姐姐,我用 Python + ADB 做了一个 Python 抖音机器人 doudouBot。

特性

  • 自动翻页
  • 颜值检测
  • 人脸识别
  • 自动点赞
  • 自动关注
  • 随机防 Ban
  • 自动回复

原理

  • 打开《抖音短视频》APP,进入主界面
  • 获取手机截图,并对截图进行压缩 (Size < 1MB);
  • 请求 人脸识别 API
  • 解析返回的人脸 Json 信息,对人脸检测切割;
  • 当颜值大于门限值 BEAUTY_THRESHOLD时,点赞并关注;
  • 点击进入个人信息页,识别抖音号,并写入结果文件result/account.txt
  • 下一页,返回第一步;

使用教程

  1. 获取源码:git clone https://github.com/datayy/doudouBot.git
  2. 进入源码目录: cd doudou-Bot
  3. 安装依赖: pip install -r requirements.txt
  4. 运行程序:python douyin-bot.py

注意

  • 目前适配了 小米Note3 1920x1080 分辨率,如果手机不是该分辨率,请修改 config/ 文件夹下面的配置文件;
  • config.json配置文件参考:
    • center_point: 屏幕中心点(x, y),区域范围 rx, ry
    • follow_bottom: 关注按钮位置(x, y),区域范围 rx, ry
    • star_bottom: 点赞按钮位置(x, y),区域范围 rx, ry

脸部截取

抖音号列表

LICENSE

MIT

欢迎 Star 和 Fork ~

如果你有什么问题请提 Issue,或者关注我的微信公众号留言,我都会一一解答

MIT License Copyright (c) 2018 神奇的战士-王松 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

抖抖bot 使用腾讯AI接口寻找抖音姑梁 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/x-git/doudouBot.git
git@gitee.com:x-git/doudouBot.git
x-git
doudouBot
doudouBot
master

搜索帮助