[GET] iMacro Tumblr Like Bot

I found it hard to get iMacro to work on tumbler because it doesn't scroll correctly and the content only loads so much before hand.
 
Is there any particular reason for the 480 second wait time at the end? Do they have a like limit or is it just for safety? I just started up on Tumblr so I have no idea.

If you would have read the thread you would have seen its because there is a 1000 like limit and this allows the bot to get to 960 a day.... therefore not reaching the limit.
 
Is this script still working?


so im using google chrome iMacros and copied this, and it worked just fine.

Code:
VERSION BUILD=7401110 RECORDER=FX


SET !TIMEOUT_STEP 0


SET !REPLAYSPEED fast
WAIT SECONDS=1
URL GOTO=   http:  // www(dot)tumblr(dot)com /   tagged  /   keyword  <<<<<< (no spaces)
TAB T=1 


TAG POS=1 TYPE=DIV ATTR=TITLE:Like&&CLASS:post_control<SP>like&&TXT:
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES 
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TITLE:Like&&CLASS:post_control<SP>like&&TXT:
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES 
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TITLE:Like&&CLASS:post_control<SP>like&&TXT:
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES 
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TITLE:Like&&CLASS:post_control<SP>like&&TXT:
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES 
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TITLE:Like&&CLASS:post_control<SP>like&&TXT:
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES 
WAIT SECONDS=480
 
I tried, and it says (Firefox):

RuntimeError: element DIV specified by TITLE:Like&&CLASS:post_control<SP>like&&TXT: was not found, line 12 (Error code: -921)
 
Back
Top