Skip to content

Commit

Permalink
docs(readme): add auto reply desc
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshub committed Feb 20, 2019
1 parent 86b27b7 commit 7fbed0d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

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

为了**高效、直接**地找到漂亮小姐姐,我用 Python + ADB 做了一个 Python 抖音机器人 Douyin-Bot。
本着**高效、直接**地找到漂亮小姐姐的核心思想,我用 Python + ADB 做了一个 Python 抖音机器人 Douyin-Bot。

<figure class="half">
<img src="./screenshot/demo.gif" title="Logo" width="350">
<img src="./screenshot/auto_reply.gif" title="Logo" width="350">
</figure>

![](screenshot/demo.gif)

## 特性

Expand All @@ -16,9 +20,9 @@
- [x] **自动点赞**
- [x] **自动关注**
- [x] 随机防 Ban
- [ ] 自动回复
- [x] **自动评论**

## 原理
## 原理

- 打开《抖音短视频》APP,进入主界面
- 获取手机截图,并对截图进行压缩 (Size < 1MB);
Expand All @@ -28,13 +32,15 @@
- 下一页,返回第一步;

## 使用教程

- Python版本:3.0及以上
- 相关软件工具安装和使用步骤请参考 [wechat_jump_game](https://github.com/wangshub/wechat_jump_game)[Android 操作步骤](https://github.com/wangshub/wechat_jump_game/wiki/Android-%E5%92%8C-iOS-%E6%93%8D%E4%BD%9C%E6%AD%A5%E9%AA%A4)
-[ai.qq.com](https://ai.qq.com) 免费申请 `AppKey``AppID`
1. 获取源码:`git clone https://github.com/wangshub/Douyin-Bot.git`
2. 进入源码目录: `cd Douyin-Bot`
3. 安装依赖: `pip install -r requirements.txt`
4. 运行程序:`python douyin-bot.py`
5. 自动回复(可选):`python3 douyin-bot.py --reply`

## 注意

Expand Down

0 comments on commit 7fbed0d

Please sign in to comment.