/douban_robot

豆瓣小组自动顶贴机器人,可自动识别豆瓣验证码

Primary LanguagePythonApache License 2.0Apache-2.0

1 git clone

2 安装依赖(针对mac):

1 安装python package依赖  2 brew install tesseract  3 修改/Users/yourUser/.virtualenvs/cv/lib/python2.7/site-packages/pytesseract/pytesseract.py文件,Change tesseract_cmd = 'tesseract' to tesseract_cmd = '/usr/local/bin/tesseract'

3 修改config.py文件

4 运行python auto_ding.py