Rajsinha's Auto-Follow Tumblr iMacro Script!

rajsinhahyd

Power Member
Joined
Jun 8, 2016
Messages
591
Reaction score
123
Hey guys,
Contributing for the first time,
I just found a Tumblr Auto Follow iMacro.
Instructions:
Just open up tumblr and go to your niche link.
which looks like tumblr com/tagged/bhw
now..
Use the page slider on the right in Chrome to scroll the page downwards, so more posts will load for that niche. As you scroll to the bottom you will see the 'loading more posts" message. Just keep doing this until you have a good number of posts present
Open up imacro
Just copy this code into a new iMacro

Code:
VERSION BUILD=844 RECORDER=CR
SET !TIMEOUT_STEP 1
SET !REPLAYSPEED fast
SET !ERRORIGNORE YES
'Move to post
TAG POS={{!LOOP}} TYPE=LI ATTR=ID:post_*
WAIT SECONDS=0.1
'Follow if following is false
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&FOLLOWING:false
WAIT SECONDS=0.1
'Follow reblog
TAG POS={{!LOOP}} TYPE=A ATTR=HREF:/follow/*&&CLASS:reblog_follow_button
WAIT SECONDS=0.1
'move down
TAG POS={{!LOOP}} TYPE=DIV ATTR=CLASS:clear

Play it as a LOOP and set loop between 50-100 (Too much follow = ban risk ) not more.

I tested this on chrome.
 
For me it opens dashboard or open a profile then goes into loop (50 times) and stops? Any idea what's wrong. Using latest chrome version.
 
For me it opens dashboard or open a profile then goes into loop (50 times) and stops? Any idea what's wrong. Using latest chrome version.
Go to tagged page and run the loop
 
The iMacros scripts sometimes differ from a browser to another and also the Build Version, so they must be the same as the copied script.
 
Thanks for nice script. Will try this out :)
Hi, did it work for you? I'm new to this and I'm getting "MacroSyntaxError: wrong format of URL command, line 3 (Error code: -910)"
Thanks.

Edit: Okay I deleted the build number on the URL line and it ran for a bit before showing an error "error loading page line 3" Which is agian the URL line.

Update: Got it running now, my number of followings don't seem to be going up as of yet though.
 
Last edited:
Just only seen that you can only follow a maximum of 5000 blogs, does that render all scripts practically useless now?
 
Hi, did it work for you? I'm new to this and I'm getting "MacroSyntaxError: wrong format of URL command, line 3 (Error code: -910)"
Thanks.

Edit: Okay I deleted the build number on the URL line and it ran for a bit before showing an error "error loading page line 3" Which is agian the URL line.

Update: Got it running now, my number of followings don't seem to be going up as of yet though.
Did u follow all the steps
 
Same thing for me. What are we doing wrong? Did this stop working? The loop is running but nothing happens, doesn't follow anyone.
 
where did you learn to code this type of programming?

any link please
 
Back
Top