[GET] iMacro Tumblr Like Bot

Was just about to post this. Thanks for the update!
 
Yeah it works.. there is an update version by CrazyCoyote
user-offline.png
 
Here's the updated script:

Code:
VERSION BUILD=7401110 RECORDER=FX

SET !TIMEOUT_STEP 0

SET !REPLAYSPEED fast
WAIT SECONDS=1
URL GOTO=(MUST ADD THIS YOURSELF - From old Script)
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
Having a moment..here is the latest working version.
 
I copied the script into Imacros for Firefox. I am getting this error:
SyntaxError: can not parse macro line: "VERSION BUILD=7401110 RECORDER=FX (Error code: -910)

what can I do? I copied the script and saved it in notepad, using "" at the beginning and end of the code. When I click on run the Imacro, the above error shows up.
 
" RuntimeError: element A specified by ID:like_button_* was not found, line: 10 (Error code: -921) " . help me pls!
 
Im having the like button issue myself, would really like to get this working. Seems like they changed the like button again, the bastards.
 
Last edited:
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
 
Last edited:
This works for me but due to the types of tags I search for I have to be logged in. So the url starts with https.
 
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.
 
I think this is the probabbly the only working script on forum. Social sites always somehow manage to block script
 
Getting an error... it was working fine until yesterday:

RuntimeError: element DIV specified by TITLE:Like&&CLASS:post_control<SP>like&&TXT: was not found, line: 10

Can anyone write a proper code for this element please (commoners without knowledge of coding would really appreciate)? Inspect element of the like button shows this:

<div class="post_control like" title="Like" data-subview="like"></div>
 
Back
Top