douban_robot
douban_robot copied to clipboard
豆瓣小组自动顶贴机器人,可自动识别豆瓣验证码
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'