twitter - Tweepi Imacros Help Please -


i've been using tweepi try , record imacro unfollow followers not follow me back, have been unsuccessful far. wouldn't work?

what press record, no close tabs, click each unfollow button..and after i'll press next. still doesn't work.

would appreciate if share working tweepi imacro script unfollow followers not follow back.

thanks in advance.

tweepi has change whole layout of site in last couple of months , bit harder imacros work. far, i've got "unfollowing":

var code=""; (i = 1; < 20; i++)      {          code="code:tag pos=" + + " type=div attr=class:*label-light-default*ng-scope content=event:mouseover \n";         code=code + "tag pos=2 type=button attr=txt:unfollow \n";         iimplay(code);     } 

the weird thing is, reason "unfollow" action happens every 2 followers, every "unfollow" action, next person unfollow gets skipped , goes next one. i'm still working on i'll keep posted. cheers!


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -