[iMacro] Twitter Unfavoriting not working! halp! :(

MisterSuprm

Registered Member
Joined
Apr 15, 2014
Messages
50
Reaction score
2
So today the iMacro Twitter Favoriter and Unfavoriter seems to have broken. Any ideas how it can be fixed?

Code:
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
URL GOTO=http://www.twitter.com/favorites/
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
tag pos=1 type=BUTTON attr=txt:Favorited&&style:
wait seconds=0.5
refresh
 
Thanks for the reply however it seems to be still broken :/

Code:
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
URL GOTO=http://www.twitter.com/favorites/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited
wait seconds=0.5
refresh
 
This one might be a little slower but it works, play it in Loop.

Code:
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=https://twitter.com/favorites/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Favorited<SP>*
wait seconds=0.5
 
I'm still surprised how many people use imacros for twitter yet.
 
I'm still surprised how many people use imacros for twitter yet.

I use iMacros for Twitter and Instagram, it's free, and whenever there's something changing you can update your scripts yourself, instead of waiting after developers.
 
Back
Top