iMacros - unfollow if user doesnt follow you

mofarg

Newbie
Joined
Nov 27, 2013
Messages
3
Reaction score
0
Hi there, I'm trying to writte a script on iMacros for unfollowing the users that don't follow me. So here is all the info I've found, what's wrong?:
link: [I can't post it cause I'm a newfag in this forum...]

I have the same question as the OP of that post:

-------------
I am trying to use iMacros with Firefox to click an UnFollow button ONLY if this code exist on the page...
<small class="follow-status">follows you</small>
If the above does not exist in the page source then it would run this iMacros code...
TAG POS=1 TYPE=DIV ATTR=TXT:UnFollow

From what I have read, there is no if/else type syntax but you can run Javascript with

EVAL("Javascript code here")

If anyone knows how I could do this I could really use the help


---------
So can anybody help me? Thanks in advance :)
 
If you're on a budget OP. Use manageflitter to unfollow the ones who aren't following back. You can set up an imacros script on the site to unfollow
 
Here you go OP, go to manageflitter and login, then when the page loads make sure your on the Not Following Back tab, set your loops and press run, you can also change the wait time in the code.

To automate twiter directly on the page with iMacros takes some skill, and some knowledge of how pages react, and tools like firebug.

Code:
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS = 1
 
Last edited:
Back
Top