I am using IRobot scraping tool to obtain some data from website but for some reason it is not comming I think the problem must be of proxy settings can anyone help me to how to change the proxy settings of IRobot scraping tool.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Sep 12 '12 at 7:36
|
You can change your IE proxy setting, and irobot will use it. Or you can call SetProxyServer(ip, port, agentname) in robot to change the proxy at run time. If you give the agentname, the proxy will affect only the running robot. In the software package, there is a sample robot "change_proxy.irb" showing how to randomly pick a proxy from a list of addresses in 'proxy.txt'. You can copy the task to your robot and call it regularly. |
|||
|
|