This section contains a description of each of the screens found in the Settings window, which can be displayed by selecting Settings from the menu, or by clicking the wrench icon in the button bar.
These settings apply when screen-scraper is running in server mode.
These settings apply only to the proxy server portion of screen-scraper.
These settings are used with the sutil.sendMail method in screen-scraper scripts.
These settings apply only to the web interface and SOAP server features of screen-scraper.
Unless you normally connect to the Internet through an external proxy server, you don't need to modify these settings.
If you are using NTLM (Windows NT) authentication you'll need to designate settings for both the standard proxy as well as the NTLM one.
This setting is available in the screen-scraper.properties file as AnonymousProxyPassword
In this field it expects a comma-delimited list of IP addresses that screen-scraper should accept connections from. You can also specify just the beginning portions of IP addresses. For example, if you enter 111.22.333 screen-scraper would accept connections from 111.22.333.1, 111.22.333.2, 111.22.333.3, etc.
If nothing is entered into this text box screen-scraper will accept connections from any IP address. This is not generally encouraged.
This setting is available in the screen-scraper.properties file as AnonymousProxyAllowedIPs
This setting is available in the screen-scraper.properties file as AnonymousProxyMaxRunning
As you pay for proxy servers by the hour, if you don't have your scraping session set up to automatically shut them down at the end you will need to use this button to end the proxy servers.
Under certain circumstances you may want to anonymize your scraping so that the target site is unable to trace back your IP address. For example, this might be desirable if you're scraping a competitor's site, or if the web site is blocking too many requests from a given IP address.
There are a few different ways to go about this using screen-scraper. We will discuss how to setup anonymazation in screen-scraper later in the documentation.