twitter macro

joeshmoe21

Newbie
Joined
Oct 29, 2012
Messages
8
Reaction score
1
Hey guys, i've been searching around for a macro that I could use for my twitter account but I've had no luck. The macro I think would be very simple, but maybe I haven't looked in the right spot.

Basically I just am looking for an autofollow twitter imacro that will follow someone elses twitter followers. For example, the NHL's twitter followers. In there followers category, I would like to follow their followers.

Any help would be greatly appreciated
 
Anybody else have any suggestions? Besides "collio" or whatever thats supposed to be
 
Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TYPE:button&&CLASS:js-follow-btn<SP>follow-button<SP>btn&&TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0

open the followers page and play in loop.let me know if it works.
 
is there a second script you could please craft to unfollow whoever I am following?

**EDIT**found a user's script (bstrueb90), it's hosted on pastebin, add "xhsiFGMS" to the end of link.
 
you can run this in loop for max loop value=nos. you are following, can be 1k or so.

Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0
 
you can run this in loop for max loop value=nos. you are following, can be 1k or so.

Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0

Possibly the best imacros guy on BHW, seen him help out tons of people. keep it up bro.
 
Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TYPE:button&&CLASS:js-follow-btn<SP>follow-button<SP>btn&&TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0

open the followers page and play in loop.let me know if it works.

cool. thanks for this macro. very helpful.
 
Just a question, is there a reason why you set !LOOP to 1?
Way to tell imacro where to start. If you put it 2 then it will skip first ID and will no un follow it.
 
love the imarco twitter follow script u posted. works a treat. could you PM me the one that unfollows pls. thanks a mil
 
forgot to ask is there a limit to how many u can follow/unfollow on twitter before you get banned?
 
forgot to ask is there a limit to how many u can follow/unfollow on twitter before you get banned?

Sensible question, I'm also puzzled about it.. But judging by what people are doing/proposing in here: /blackhat-seo/black-hat-seo-tools/425528-twitter-unfollow-imacro.html#post6179985 maybe the unfollowing limits are not as strict...
 
you can run this in loop for max loop value=nos. you are following, can be 1k or so.

Code:
SET !ERRORIGNORE YES
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0

Man, you're great! A huge human THANKS!:)
 
Look up some iMacros for Firefox on Youtube. I use them with AddMeFast. Seems to work; slowly, but it works.
 
Back
Top