Did Twitter update their code?

Kasru

Registered Member
Joined
Jan 16, 2013
Messages
80
Reaction score
4
Everyday I use IMacros along with a script that follows users every 10 seconds through other peoples followers. Problem is today the code no longer works. I'm guessing Twitter is trying to put a stop to the automation? Maybe updated their code? Or renamed how to follow people?

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*
WAIT SECONDS=10
 
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*
WAIT SECONDS=10

I just tried this:

TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*

And it worked.
Maybe your TABS or LOOP is making it not work.

Imacros is unstable anyway.
 
I just tried this:

TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*

And it worked.
Maybe your TABS or LOOP is making it not work.

Imacros is unstable anyway.

I have tried this way as well but no luck getting any fix to work. Not sure what may be going on

Edit: Figured it out. If anyone else is getting this issue just use Adblock plus to block the side bar element. It seems those add buttons were being selected instead of the main ones.
 
Last edited:
I don't know if you ever got this to work, but Twitter recently updated their API.
You might want to check out the new documentation.
 
Back
Top