| Description |
BrownRecluse does not need filters, options and plugins to accomplish a task. You program it to make it do just what you want. BrownRecluse lets you write your own scripts, or download already made scripts from our web site. The SBL (Spider Bot Language) was designed by SoftByte Labs which is a very easy to understand (and use) programming language. The language was designed for Internet spidering programs. This means, you do not need to worry about making functions to access the internet, pull web pages or files etc. The language already include everything you need. For example, if you wish to pull a web page and display its source code in the output window, you only need 4 statements. One to create a URL object, one to assign the actual URL to pull, one to get the data, and finally, one to display the data. Use it to retrieve information such as Real Estate agents, online store products, results of an online database search etc. |