{IMACROS} Follow another Twitter User's followers Quickly!

drannex

Newbie
Joined
Jul 6, 2012
Messages
17
Reaction score
28
Hey Guys! Made a new iMacro's script (I should prob start posting all of mine)

Here's The Script:

Code:
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
TAG POS={{!LOOP}}  TYPE=BUTTON  ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*

Instructions:

1. Open browser And iMacros (works in Chrome and Firefox)

2. Copy and paste the above code and save it

3. Login to your twitter account

4. Navigate to the follower list (or following list) on twitter accounts like (OfficialdDrannex) or (ItsMeMacleod)

5. Change you MAX number of loops (the amount of accounts you wish to follow) and press "Play (Loop)"

8. Sit back or go and make something to eat and drink, while the script automatically follows every user on that twitter users page!

REMEMBER: TWITTER ONLY ALLOWS YOU TO FOLLOW 1000 USERS A DAY!
 
Great share. This is one of the reasons why I treat BHW as a golden book. I even check this forum first before my email, hehe. Lots of people like you who share their knowledge and skills without asking anything in return.

IMO, a better way to do this is to do it in 2 steps instead of just following directly from a list. What if the user you're scraping from has over 1,000,000 followers?

Ex.: Say you're selling shoes.

Step 1. Get/Scrape a list of users who are following nike
Step 2. Set up a campaign to follow and unfollow. Divide those 1,000,000 users to say, 300 accounts. Each account would follow roughly around 3200 users each. Spread this to around 1 follow for every 8-15 minutes. And just leave it running for a couple of days.
(Optional) Step 3. Mass Tweet your affiliate link / link to your website

I'm not sure though if this can be done in iMacros. I haven't used it before.

Note: I haven't tried the script posted by OP.
 
its working but its also for unfollowing ...... like Followed > unfollow - Non Followed > Follow
 
hi
don't work for me i got error 921 on imacro
i have to create new iim ?
thanks
 
Anyways, if you do want a delay:

TAB T=1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=3

Change the seconds to whatever you want, obviously.
 
it give me error :(


BadParameter: expected POS=<number> or POS=R<number>where <number> is a non-zero integer as parameter 1, line: 3 (Error code: -911)


someone can help me to fix it?


looks like it started work i'll write again if it don't
 
Last edited:
I want to know if you can do a script to folow people from a list ,and another one that can unfollow non following people,
Thanks

Hey Guys! Made a new iMacro's script (I should prob start posting all of mine)

Here's The Script:

Code:
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
TAG POS={{!LOOP}}  TYPE=BUTTON  ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*

Instructions:

1. Open browser And iMacros (works in Chrome and Firefox)

2. Copy and paste the above code and save it

3. Login to your twitter account

4. Navigate to the follower list (or following list) on twitter accounts like (OfficialdDrannex) or (ItsMeMacleod)

5. Change you MAX number of loops (the amount of accounts you wish to follow) and press "Play (Loop)"

8. Sit back or go and make something to eat and drink, while the script automatically follows every user on that twitter users page!

REMEMBER: TWITTER ONLY ALLOWS YOU TO FOLLOW 1000 USERS A DAY!
 
yes the unfollowing one it can be very useful! can you make it with imacro?
 
Might try this for unfollows

Code:
VERSION BUILD=7601105 RECORDER=FXTAB 
T=1TAG 
POS=1 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*
 
Back
Top