ringa_lee2017-04-18 10:13:24
If the verification code is complicated, you can use the verification code recognition API provided by various coding platforms (charges may apply).
It is relatively simple to use the pytesseract library for identification (refer to https://www.waitalone.cn/pyth...).
The main idea is to download the verification code, pay attention to saving the cookie or session, then identify the verification code, and submit the result with the relevant cookie or session.
If you want to reduce the number of verifications, you can try changing the proxy IP, setting the crawler interval, changing the User-Agent, etc.