Tumblingjazz Documentation

Documentation for Tumblingjazz - Tumblr bot / automation software


Got any questions? Come to the forum

Advanced Processing Options Right Click

../images/advanced_processing_right_click.png

Right clicking on an action in the processing tab will bring up the above menu which gives some advanced options for your actions

Redo

Repeat this action

Pause

If the action is not running you can specify to pause this item so it is not processed when it's turn comes

Save Actions Without / with schedule Date

The action can be saved to disk and then imported to run again at a later date. To load the saved action back, click the IMPORT button on the Processor Tab.

Edit Action

Select this option to be able to modify the main settings of the action. Actions can only be modified if they are waiting - they can not be modified whilst processing. After selecting this option a text file will open listing the settings that can be modified.

Read more…

Account Right Click

By right clicking your account on the action tab you can view advanced and action specific information related to the selected account

../images/accounts_right_click.png

i.e Right clicking on the account on the follow tab, you will be able to view follow information for this account

Filtering the accounts view:

If you have multiple accounts it can be difficult to view the specific accounts you want to. To overcome this you can use the Account Tags function. Once you have tagged your accounts, you can use the control at the bottom of the accounts list to filter in or filter out accounts based on their tags.

Read more…

Config settings

Your config folder allows you to specify a few advanced settings that we have't bothered to create controls for :-)

Open your config directory via HELP > CONFIG

The following config files can be created

nologs.txt This will stop the program logging.

do_not_cancel_failed_in_row.txt The search actions will stop if you fail to process a single item successfully in about 10 tries. It is assumed if it fails this many times in a row, something is wrong. Your account / the program. To avoid hammer the site's server and perhaps risking your account, the action will stop. If you don't want this safety check, turn it off. Not recommended

Read more…

Proxies

Regarding proxies. There is general information on the forum

https://rootjazz.com/forum /viewtopic.php?f=15&t=185&p=393&hilit=proxies#p393 https://rootjazz.com/forum /viewtopic.php?f=11&t=136&p=256&hilit=proxies#p256

How can I improve public proxy effectiveness? https://rootjazz.com/forum /viewtopic.php?f=11&t=1213

Do I need to use proxies?

No. If you don't use your account on your phone with a proxy, then you don't need one. Proxies allow you to run multiple accounts and hide the fact you control them from a single machine

How many accounts can I run on a proxy?

There is no definite answer here. Well there is, and that answer is "it depends". If you are using your accounts slowly and safely you can load more accounts on to a proxy than if you are hammering away and spamming everyone. Remember, if you get an account banned, all accounts that use that proxy are likely to also get banned. So the answer, use as many accounts on a proxy that you are prepared to lose in case of a ban.

Read more…

Single Action Per Account

When you first run the program, you may notice only one action will run for a single account at any one time. Even if you increase the threads. This is because the program is running in the safey mode of "process a single action per single account at any one time". This option can be turned on / off via the Settings tab.

The reason for having this on, is that it is not realistic for your account to be performing a 100 different actions at any one time. When a new user gets the app with no botting experience, without fail they think HARDER FASTER BETTER is the way to success. So we try to help them not get banned within the first week of using the software. For those of you who know what you are doing, you can disable this.

Read more…

Run at startup batch

You can have the program start up automatically when your machine boots by using a batch file / .bat file.

You can have instances and the main app open in the same way

Open a text file and enter the following

START "" "C:Program Files (x86)TumblingJazzTumbling jazz.exe" START "" "C:Program Files (x86)TumblingJazzTumbling jazz.exe" "instance_1" START "" "C:Program Files (x86)TumblingJazzTumbling jazz.exe" "instance_2"

Save it with extension [b].bat [/b] eg [b]rootjazz_startup.bat[/b]

You may need to make sure you can view extensions of known file types

Move / create shortcut to the file in your startup folder [b]Start > ALL PROGRAMS > START UP[/b]

Read more…

Instances

The program can run multiple unique instances on a single machine. Each instance of the running program will use a separate database and be completely separate from other instances. The instances do not know of each other, cannot effect each other and cannot communicate with each other. Basically think of an instance as running on a separate machine.

To open multiple instances, use the menu:

FILE > NEW CUSTOM INSTANCE

For some info on custom db instances, check the thread https://rootjazz.com/forum /viewtopic.php?f=12&t=874

An instance can be opened by passing a single argument (the instance name) to the .exe. So if you want to open the instances up via an icon, create a shortcut of the .exe file from your c:program files folder. Then change the target to

Read more…

Spintax

Spintax is a way of adding randomness to your text / messages / captions / inputs. It is a standard notation of:

{opt1|opt2|opt3|...|optn}

When the text is processed, one of the options specified between "pipes" | will be selected. Eg.

{Hello|Hi|Hey|Howdy}

Read more…

Tokens

Tokens are usable any and everywhere in the program.

%blog% %blogurl% %blogname% %blognamewspace% %rand_color% ((bitly)http://url.com) ((bitly-rand)http://url.com) ((TUM)tumblr only content) ((SYND)syndicated only content) %SYND_URL% %SYND_URL_SHORT%

Read more…