TOBBOT is fast and free platform to automate different actions on the internet.
A large collection of various modules and easy-to-use API functions make TOBBOT an universal tool in the hands of experienced webmaster.
Main programm window
Software Features
Use Cases
Technical Requirements
Ready-To-Use Modules and API Functions
All software modules are available on this site. Modules have an open source that allows you to modify / improve their functionality, if necessary.
By using API functions of the software, you can create new modules for yourself or for sale. For example, that’s how simple a code of the module for the page title mass parsing looks:
url = T.get("url"); resp = T.makeRequest("GET", url); body = T.encode(resp.body, resp.charset); title = T.getRegExp(body, "<title>(.*?)</title>");
Just try – you will like it!