[GET] Imacros Twitter Follow Script

dmass43

Newbie
Mar 7, 2012
40
13
I was playing around with imacros and came up with this script to gain somewhat targeted followers on Twitter depending on who you already follow.
Code:
[INDENT]VERSION BUILD=8810214 RECORDER=FX
[/INDENT]
[INDENT]TAB T=1
[/INDENT]
[INDENT]URL GOTO= 
[/INDENT]
[INDENT]TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]WAIT SECONDS=20
[/INDENT]
[INDENT]TAG POS=4 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=5 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=6 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]WAIT SECONDS=20
[/INDENT]
[INDENT]TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
[/INDENT]
[INDENT]TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*

[/INDENT]
 
The script is working for me, just had to get rid of the indents.

Does anyone know how to move down the following page? At the moment when it's looping it just going back to the top and unfollowing.​
 
The script is working for me, just had to get rid of the indents.

Does anyone know how to move down the following page? At the moment when it's looping it just going back to the top and unfollowing.​
Yes, because if you play the macro in loop, when a loop is finished each time it starts from the beginning again with the url goto command. This isn't the only issue though, another one is that Twitter uses infinite scrolling since quite some time now, so there are no actual pages like there were before, but an endless stream of users. I think you'll need to incorporate a javascript command into the macro to make that work, although i have no idea what exactly, i don't speak java. :)

Or you can read the OP here: http://www.blackhatworld.com/seo/10...d-on-autopilot-no-investment-required.825828/, there's a trick to scroll down automatically, when it's ready, run the macro.

To prevent unfollowing you can try to modify the macro:
This: TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
to this: TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
and rinse and repeat it with the other lines.
 
Last edited:
Yes, because if you play the macro in loop, when a loop is finished each time it starts from the beginning again with the url goto command. This isn't the only issue though, another one is that Twitter uses infinite scrolling since quite some time now, so there are no actual pages like there were before, but an endless stream of users. I think you'll need to incorporate a javascript command into the macro to make that work, although i have no idea what exactly, i don't speak java. :)

Or you can read the OP here: http://www.blackhatworld.com/seo/10...d-on-autopilot-no-investment-required.825828/, there's a trick to scroll down automatically, when it's ready, run the macro.

To prevent unfollowing you can try to modify the macro:
This: TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
to this: TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
and rinse and repeat it with the other lines.

Thanks man, that post is really inciteful and just inspires me even more to try this. Unfortunately, I couldn't get the javascript working and the tags you got me to change didn't want to work either. Not having much luck here. I think i need to make a script and just follow the first 10 followers from a variety of accounts and just shuffles them, not ideal but might be worth a shot? Let me know if you get a chance to try.
 
Thanks man, that post is really inciteful and just inspires me even more to try this. Unfortunately, I couldn't get the javascript working and the tags you got me to change didn't want to work either. Not having much luck here. I think i need to make a script and just follow the first 10 followers from a variety of accounts and just shuffles them, not ideal but might be worth a shot? Let me know if you get a chance to try.
What do you want to achieve exactly though? Because there are free Twitter bots out there, Twitter Money Bot has a free version and it can be used for following. You don't necessarily need to use iMacros.
 
What do you want to achieve exactly though? Because there are free Twitter bots out there, Twitter Money Bot has a free version and it can be used for following. You don't necessarily need to use iMacros.

Yeah I understand, I've finally gotten all my social accounts using imacros now so it would make sense to just keep them all the same.

I just want to move down the page with that javascript, but can't seem too with this script.
 
Yeah I understand, I've finally gotten all my social accounts using imacros now so it would make sense to just keep them all the same.

I just want to move down the page with that javascript, but can't seem too with this script.

I think your script follows only the first 6 twitter accounts. You have to increment TAG POS=X ..

By the way I thought that iMacro wasn't able to run on twitter with a simple script like this as Twitter made a change in the past so as to avoid automatic click on their buttons. Does it really work for you ?!
 
I think your script follows only the first 6 twitter accounts. You have to increment TAG POS=X ..

By the way I thought that iMacro wasn't able to run on twitter with a simple script like this as Twitter made a change in the past so as to avoid automatic click on their buttons. Does it really work for you ?!

Yeah exactly right, i worked it out, then i had issues with following too many accounts from one user. What i found is that the twitter website doesn't like following from the same user endlessly even with long intervals. I followed about 15 accounts from one account and then had the imacros refresh to another users following in a csv and followed another 15 every 20-30mins. Got this working almost 24 with aged account.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock