Skip to content

登录期货保证金监控中心爬取数据

Notifications You must be signed in to change notification settings

mysl/cfmmc_spider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

cfmmc_spider

自动识别验证码登录期货保证金监控中心爬取数据

使用tesseract识别验证码

安装tesseract-ocr环境

sudo apt-get install g++
sudo apt-get install autoconf automake libtool
sudo apt-get install pkg-config
sudo apt-get install libpng-dev
sudo apt-get install libjpeg8-dev
sudo apt-get install libtiff5-dev
sudo apt-get install zlib1g-dev
git clone [email protected]:DanBloomberg/leptonica.git
cd leptonica
./autogen.sh
./configure
make
make install
sudo apt-get install tesseract-ocr

安装pytesseract

pip install pytesseract

运行程序前需要将代码中的账号密码变量改为你的真实账号密码

About

登录期货保证金监控中心爬取数据

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%