Hi, I have gained a lot from BHW so thought I would give back to the community! 
Here is a simple iMacro I made to favorite all tweets with particular keywords:
Simply navigate to twitter and search for a keyword click show tweets from ALL and then run this imacro:
Just set it on loop and you're good to go!
Hope you guys find it useful!
Here is a simple iMacro I made to favorite all tweets with particular keywords:
Simply navigate to twitter and search for a keyword click show tweets from ALL and then run this imacro:
Code:
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
SET !VAR1 {{!LOOP}}
TAG POS={{!VAR1}} TYPE=B ATTR=TXT:Favorite
WAIT SECONDS=2
Hope you guys find it useful!
Last edited: