need some expert to help me debug a Python scraping code
I have a Python server to scrap tracking numbers to a website: www.ems.com.cn It will bypass the captcha in that website, then submit tracking number to target server https://www.ems.com.cn Then it will get the following result : Above result is actually a json text string. Python code will send the json code back to user […]