# crack-geetest **Repository Path**: jarvan4dev/crack-geetest ## Basic Information - **Project Name**: crack-geetest - **Description**: 滑动验证码破解示例,仅供学习使用。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Crack Geetest](./screenshots/crack-geetest.gif) ### Python 2.7 ```bash $ brew install python ``` ### Python Libs ```bash $ pip install -r ./requirements.txt ``` ### PhantomJS ```bash $ brew install phantomjs $ phantomjs --version 2.1.1 ``` ### ChromeDriver ```bash $ cp bin/chromedriver /usr/local/bin ``` ### Examples ```bash $ python industry_and_commerce.py ```