Jacks Tumblr Auto-Follow Imacro Script

Thanks dastick for the heads up, essentially i created version 2 to increase the speed of following. I could probably create another script much like the first version but now using the scraped lists and the follow button combination i shall experiment with this now.

UPDATE:

Just tried but this is very slow and very unstable. The trouble is the follow button on tumblr is in a frame prompting the FRAME=n command, also the follow button frame number for each tumblr users page is different. Sometimes they are 1, sometimes 6, sometimes 14, sometimes 23 etc and so to make sure the follow button is pressed on a tumblr users page, i must add FRAME=n commands from 1 to 20 or the script will not click the follow button on some pages.

This of cause makes the script very long and very very slow, i suppose i could use the coordinate function to just click on the button but i think this means everyone must have the same screen resolution for the script to work properly.
 
Last edited:
This of cause makes the script very long and very very slow, i suppose i could use the coordinate function to just click on the button but i think this means everyone must have the same screen resolution for the script to work properly.

That makes sense. Is it possible to set coordinates for the click as as x:# and y:# and let people fill them in themselves?
 
Right guys i think i've finally cracked it and it took some doing I definitely should charge LOL!

Scrape the tumblr username urls using the brand new version 2 of my imacros script found here:

http://www.blackhatworld.com/blackh...-auto-follow-imacro-script-2.html#post4317671

Once you have sorted any duplicates from your txt list; edit it using notepad and use the replace function (found in edit) to change

Code:
[SIZE=5]

http:// 

to 

http://www.tumblr.com/dashboard/iframe?1&src=http%3A%2F%2F

so your links should look something like this

http://www.tumblr.com/dashboard/iframe?1&src=http%3A%2F%2Fblueinkalchemy.tumblr.com/

[/SIZE]

Then simple run this imacro script; set loop to however many urls you have in your txt list (MAX FOLLOW 200 per day):

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !TIMEOUT_STEP 0
SET !TIMEOUT_PAGE 2
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE [COLOR="#FFFF00"][B]folder location and name of your txt file goes here[/B][/COLOR]
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:IMAGE FORM=ACTION:/follow ATTR=SRC:http://assets.tumblr.com/images/iframe_follow_alpha.png?*
WAIT SECONDS=2

ENJOY!
 
Jack man, awesome work!

Thing is, it still isn't doing anything for the follow on firefox 13...pages load, but when I stop the script and load the urls, there's no follow done.

Isn't there something in the prior versions about frames and loading that frame?
 
Ok, digging in a bit, what I see is the FRAME F=<?> isn't consistent, it changes with each page, F=1, F=5, F=3
 
Ok, for me, playing with frames...I got one that works!

I put
FRAME=F=1 before the TAG line and it work, me lordy!
 
Hey Jack ,

Awesome thread!

Do you have an imacro/script for creating new tumblr blogs?
 
Last edited:
Ok, for me, playing with frames...I got one that works!

I put
FRAME=F=1 before the TAG line and it work, me lordy!

Hey, I'm quite new to all this, but having fun playing around with this script.
Could you explain what you mean, please? That iframe thing does not work for me at all
 
another thing that doesn't work so well for me, is the scraping of my own followers. I have around 515 now... so if i want to scrape them using this method, i have to wait everypage and then click next. thats 20 clicks and before each click i have to wait for the script to add and load 25 tumblr pages... any suggestions? could i use scrapebox to scrape my own followers?
 
Is it just me or has Tumblr changed their "tagged" page structure? There is no slider for me, I have to click on "Next page" to get a new set of posts, making this bot not work for me..
 
wats the deal man. can you show me how to operate step by step?
imma nnooob at this
 
hey, I used the first code before on tumblr and followed a lot of people. now when i go back to firefox to follow more people, it opens a new page instead of staying in the same window. also, when the page is opened, it does not follow the user. help please ?
 
This is a great script thanks to everyone who contributed. I also want to contribute something for those who are lazy to scroll down by themselves.
Code:
[COLOR=#000000]URL GOTO=javascript:window.scrollBy(0,20000)[/COLOR]
I'll try and find out how I can create a scheduler or batch file so it automatically opens the username scraper.
 
These codes are still working? Daily follow limit (or recommendation) is still the same, 100?
 
im a noob but i used ur script in the past and just updated to this one. just want to tell you i appreciate you inputs here and im having fun learning bhw is awesome. hopefully it'll pay out someday!..not now lol 6months and still getting my foot wet =) thanks mr.sparrow
 
Back
Top