TOBBOT - Universal webmaster software (free cross-platform software)

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.

interface_en.png rows-edit-selected_en.png settings-action_en.png settings-proxy_en.png settings-captcha_en.png


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:
Good news!
New version TOBBOT 1.4.0 is now available. New functions to work with sessions were added: SESSION and VAR_SESSION.

New list of modules with screenshots and descripton: tobbot.com/en/modules/
 
Good news!
New version TOBBOT 1.5.1 is now available.
User interface and software API functions were improved.

:ebay:
Make your own, stable and fast bot in a few minutes with TOBBOT.
 
Good news! :listen:

TOBBOT 1.6.1 is now available.
New software API functions and new free ready to use modules.
 
No, just unzip archive with the software in any folder.
If Java not installed on your computer, then you should download and install last version (Java 8).
 
Good news! :cheerlead

TOBBOT 1.7.1 is now available.

main-window.png

Some new free modules:
  • Google Suggests Parser - to parse suggestions for keywords.
  • Google Translate File - to translate text files with any size through Google Translate.
 
I remember you from Fiverr this guy was selling quality and they seems to have left fiverr. glad to see ur still around
 
I remember you from Fiverr this guy was selling quality and they seems to have left fiverr. glad to see ur still around
Thank you!
Yes, I'm level 2 seller on Fiverr and sold some millions of different accounts which where registered with the 1st version of TOBBOT software.
 
Last edited:
Hi guys,
I spent about 2 months to make new more powerful version TOBBOT 2.0.0 :p

What's new:

New simple API. Now you can use both JavaScript (ECMAScript5.1) and Java (Java SE 8) languages to code modules.

To use built in software methods you should use T. prefix, for example:
Code:
T.log("Start");
resp = T.makeRequest("GET", T.get("url"));
body = T.encode(resp.body, resp.charset);
T.log("Stop");

Global objects, synchronization and many other features is now available.
 
Last edited:
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock