Jacks Tumblr Auto-Follow Imacro Script

it works but some users will lost from the scraped list
 
i dont know what im doing wrong, it just don't work for me.. do you know for sure the code still works?
i keep trying it again, i follow the steps precisly and everytime when it's finished i still have only the manual added blogs. can someone please help me?
 
It's almost completely pointless now with that stupid Tumblr follow train taking up the #F4F tag. You literally can't really find any legit F4F posts anymore because every one is from that stupid website where the posts are automated so the people don't even follow back. I was getting over 100 followers a day now I hit like fucking 20 because of that stupid website. I'm pissed :|
 
None of the above scripts are working.
Is there any way to mass follow people posting under a certain hashtag?
 
It's working using STyks's imacro script. Thanks for the help. I started out recently and I manually followed over 500 users that took a few days without hurting my wrist.
 
Ok got one too work. Pretty neat !

I was wondering if there's a follow limit on tumblr ? Maybe an unfollow imacro aswell ?
 
Hi Everyone!

Noticed something had change on tumblr today and so i've modified my script slightly, in fact all ive done is replaced the 730 in the image link to *.

Also any getting this error:

error "RuntimeError: element A specified by IDost_avatar_* was not found, line: 9 (Error code: -921)"

Please make sure you log into your tumblr account, at your dashboard in the search box on the right type your chosen keyword and press enter. Then run the imacro script.

thickos.jpg


Code:
VERSION BUILD=7401110 RECORDER=FX

SET !TIMEOUT_STEP 0

SET !REPLAYSPEED fast

TAB T=1

TAG POS={{!LOOP}} TYPE=A ATTR=ID:post_avatar_*

WAIT SECONDS=2

FRAME f=1

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=2

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=3

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=4

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=5

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=6

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=7

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=8

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

FRAME f=9

SET !ERRORIGNORE YES

TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*

BACK

WAIT SECONDS=3

well i want to add friends on about 100 social sites and i have a chief problem


i cant gather ids and i dont know how to use imacros to go to the browse friends and add
the most current list of friends in the search menu.
most sites im doing this for just go back to the same ids i gathered when i first recored the imacros
example : tagged social site for dating


VERSION BUILD=5401114 RECORDER=CR
URL GOTO=http://www.tagged.com/browse.html?browsebar=1#params=_F_19_19_-1_0___undefined_-1_100_191_15_15_511_0_keyword__0_-1_-1_-1_1_1
TAG POS=1 TYPE=DIV ATTR=ID:sectionTitle
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:searchFilterMainForm ATTR=ID:searchbtn
TAG POS=1 TYPE=IMG ATTR=SRC:http://t3.tagstat.com/image09/8/d95f/501t053ydBv.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t4.tagstat.com/image08/d/aac0/100L054PqH0.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t4.tagstat.com/image09/9/f5d2/100-055Gvni.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t2.tagstat.com/image07/4/d008/100g05A1d08.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t2.tagstat.com/image09/7/14d8/101f05zZNjo.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t0.tagstat.com/image07/f/8382/100R053vUe2.jpg
TAG POS=1 TYPE=SPAN ATTR=TXT:Add<SP>to<SP>Friends
TAG POS=1 TYPE=IMG ATTR=SRC:http://t0.tagstat.com/image08/3/5e9a/100G055gRWq.jpg
 
I haven't been able to get the 2nd version of the script from Page 1 of this thread.

Not using a scraper

This is what im doing

1) Log in to tumblr
2) Search for a keyword in the Search tags box
3) Hit enter
4) Scroll down tags page to "load more" at least 20 times or so
5) Hit "Run" to start script

I check the # of my followers afterwards, has not changed

Where did I go wrong here ???
 
I've included a random delay between follows to make it look a bit more natural. Remember, don't follow too many blogs in one run. Same instructions as the first post, navigate to the /tagged/niche link where you want to follow users.

Code:
VERSION BUILD=7601015 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 6
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")
TAG POS={{!LOOP}} TYPE=I ATTR=TXT:Follow
WAIT SECONDS={{!VAR1}}

If you want a bigger range between time delays, change the following line in the script:

Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")

add more Math.random()*10 + functions or increase the value *10 to *20 or more. Like this:

Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + Math.random()*10 + Math.random()*10 + Math.random()*10 + Math.random()*10 + 10); randomNumber;")
 
Is this script still working for everyone? If so, what version? Seen a few here so I don't know which is best.

I just started yesterday and it did not work for me. I have 2 blogs associated with my account, following just 24 people. Tried this ~10 times and I'm still following 24 ppl

but I noticed one other person having problem recently so I'm just trying to figure out if maybe something changed on tumblr end? Most of all I just want to get this DOGGONE thing working for me!
 
I've tested my version right above your post and it's working here. Make sure to browse to /tagged/*tagyouwanttofollow* , for example /tagged/fun and scroll down a bit so it loads more posts. Set the loop value in imacros to something like 50 or 100.
 
I've tried this and it worked wonders! I've referred a few buddies and it didn't work as great.. but even they'd still recommend it.
 
What are the daily limits for tumblr follow and unfollow without being flagged ?
 
I've tested my version right above your post and it's working here. Make sure to browse to /tagged/*tagyouwanttofollow* , for example /tagged/fun and scroll down a bit so it loads more posts. Set the loop value in imacros to something like 50 or 100.

Your version is the first one to work for me... Thank you

Here's what I did.

1) Edited my code with xpictoc's version (post #112)
2) Login to Tumblr
3) Search for related keyword in Search Tags box
4) Hit enter
5) "Load more" about 20 times
6) Set LOOP value to 75 (anything between 50-100 works)
7) Run "Play (Loop)"

Step #6 in bold because aside from using a different version of the code, this is one thing I did differently. For test purposes previously I had been setting the number to like 10-20 only... although it still does not make sense that would have been the problem, but either way it does work for me now. so I recommend to anyone if its not working for you, scroll up to Post #112
 
Cool - Thanks for this Jack,
I wonder if you or any other of the thread subscibers know what needs to be added to the script to close the tab that opens in firefox to process each iteration of the loop!

Presumably this will keep the memory use down!

Andy

P.S. Been meaning to start looking into using iMaros for some time - excelent example - tahnks for sharing.
 
Hi! Here is my own auto follow imacro script. It can follow and follow reblog post.

Code:
VERSION BUILD=7401110 RECORDER=FX
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

Though this goes down the list of posts and attempts to check if you are following by looking for that follow button (which is the perfect way of going about this), it doesn't actually click the button, so I don't know if it is detecting the "follow" button at all. :(

Edit:

I got it to work when searching for a new keyword (one that I had no people I was following in). I don't know what the problem was, thank you very much for this boss scripting!

Of course, thank you to JackSparrow too for the original idea and attempt!
 
Last edited:
Back
Top