Skip to content

Commit

Permalink
📝 让readme更简单易懂
Browse files Browse the repository at this point in the history
  • Loading branch information
shirumesu committed Feb 15, 2022
1 parent d04a94d commit 17832e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ dmypy.json

# Pyre type checker
.pyre/
chromedriver.exe
config.json
target.jpg
tempr.jpg
target.png
template.png
chrome*
*.jpg
*.png
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,24 @@ cs.reflash_temp() # 点击刷新滑条验证图片
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
3. 安装**谷歌浏览器**以及**Chromedriver**并放在`/source/`下
3. 在根目录创建文件夹`/source/`以及`/images/`用于存放chromedriver以及临时图片
此时你的项目结构应该如下:
```
JNU-CLOCK_IN/
│ config_simple.json
│ LICENSE
│ main.py
│ README.md
│ requirements.txt
├─images/
└─source/
```
4. 安装**谷歌浏览器**以及**Chromedriver**并放在`/source/`下
4. 将`config_simple.json`改为`config.json`并用记事本打开根据说明编辑
5. 将`config_simple.json`改为`config.json`并用记事本打开根据说明编辑
编辑示例:
```Json
Expand All @@ -45,7 +60,7 @@ cs.reflash_temp() # 点击刷新滑条验证图片
}
```
5. **关闭系统代理**(或是进入main.py为`cs = CrackSlider()`指定proxy-server),双击打开`main.py`,然后欣赏滑条验证无限尝试吧(逃
6. **关闭系统代理**(或是进入main.py为`cs = CrackSlider()`指定proxy-server),双击打开`main.py`,然后欣赏滑条验证无限尝试吧(逃
1. 可以使用`python3 main.py --chrome-path /path/to/chromedriver`来指定chrome路径
## 注意
Expand Down

0 comments on commit 17832e3

Please sign in to comment.