TOBBOT
Newbie
- Nov 4, 2014
- 27
- 8
Hi, guys
Let me introduce you my new software - TOBBOT
(I hope that kindly admin will place a link on tobbot[dot]com/en/ here )
TOBBOT is fast and free cross-platform (Windows, Mac OS, Linux etc.) software.
Easy-to-use API functions allow users to automate the majority of their network tasks.
Software Features:
Use Cases:
Ready-To-Use Modules and API Functions:
All software modules are available on software site. Modules have an open source that allows you to modify / improve their functionality. By using API functions of the software, you can create new modules for yourself or for sale.
Some example of modules to see how simple it can be:
Sorry for my English. Please, ask me here if you have any questions.
Let me introduce you my new software - TOBBOT
(I hope that kindly admin will place a link on tobbot[dot]com/en/ here )
TOBBOT is fast and free cross-platform (Windows, Mac OS, Linux etc.) software.
Easy-to-use API functions allow users to automate the majority of their network tasks.
Software Features:
- reliability (no freezes or crashes)
- simple and intuitive interface with no advertising
- requires no installation and runs on most operating systems
- support of multi-threading, CAPTCHA services, SOCKS proxies, COOKIE, JAVASCRIPT and other technologies
Use Cases:
- collect data and fill out forms
- register and configure accounts / profiles
- check back links, website parameters and much more
Ready-To-Use Modules and API Functions:
All software modules are available on software site. Modules have an open source that allows you to modify / improve their functionality. By using API functions of the software, you can create new modules for yourself or for sale.
Some example of modules to see how simple it can be:
Code:
// Parse page titles
URL_GET row_url
VAR_RE row_title, http_body, "<title>(.*?)</title>"
Code:
// CMS Wordpress authorization
VAR url_login, "http", "://", row_wp_domain, "/wp-login.php"
VAR url_login_pass, "http", "://", row_wp_domain, "/wp-login.php?pass=1"
VAR url_admin, "http", "://", row_wp_domain, "/wp-admin/"
URL_GET url_login
URL_GET url_login_pass
URL_POST url_login
"log", row_wp_username
"pwd", row_wp_password
"wp-submit", "Login"
"redirect_to", url_admin
"testcookie", "1"
Code:
// Parse data from Majestic
URL_GET row_url
VAR_RE row_external_backlinks, http_body, "External Backlinks: (\d*?)"
VAR_RE row_referring_domains, http_body, "Referring Domains: (\d*?)"
Sorry for my English. Please, ask me here if you have any questions.
Last edited: