Most Twitter user know the problem of a crowded personal inbox with many welcome massages and pleas visit my Fanpage auto-generated massages that you receive when you follow some new Twitter user. After a while you even cant follow your important privat Twitter massages as they are digged deep inside many junk massages.
To solve that without westing my time on deleting one by one i wrote a little IMacro script to clean my Twitter inbox and do the job.
The IMacro is a Free Web-browser Extension for Firefox and Chrome that make it easy to repeat same procedure inside a web browser. IOpus Imacro was originally developed for Webtesting.
The Script is only some lines long and is based on following thought
If massage count is only “1” i dont respond to the massage -> not important
-> auto delet all not important massages with count 1
The work with Imacro is so incredible simple that every one who know how to Tweet will get that working in minutes.
First look thrue your massages if there is some privat massages that is of interest for you and replay now ! All massages you dont replay at least once will get deletet with that script. Test it first on a temporary account before you use it on your main or business Twitter account.
1.) Download and install the IMacro Extension Imacro for Firefox Imacro for Chrome
2) Copy and past the downloaded Script in current.iim you can Edit it with any Text Editor
3.) Rename current.iim in something meaningful Twitter-MassageCleaner.iim
4) Go to your Twitter inbox https://twitter.com/#!/messages
5.) Run the Script once with Play , to test it will dellet only one massage
Play (Loop) and enter a higher Number how many privat massages to delete. Start with 1-3 to see how it works.
What will stay in the Inbox ? Twitter massages of people i correspond in privat massages probably the most interesting Twitter user you have all in one clean box.
The Script is a Zip unpack and open the .iim file with a Text editor copy and past in a new Imacro ont the left side of your Browser .
It works great for me hope its somehow usefull for others too as Twitter dont offer any sort or batch delet for massages.
Some suggestion or ideas to make it better ?
DropBox Download
Hello Bayu Thank you for your comment Twitter change quite often his layout html code i will look at the macro and update soon .
I downloaded the script,
VERSION BUILD=7300701 RECORDER=FX.
TAB T=1
SET! LOOP 1
‘SET! ERRORIGNORE YES
‘URL GOTO=https://twitter.com/#!/messages
TAG POS=3 TYPE=DIV ATTR=TXT:1.
WAIT SECONDS=1
TAG POS=1 TYPE=B ATTR=TXT:Delete.
WAIT SECONDS=1
TAG POS=1 TYPE=DIV ATTR=TXT:Yes.
WAIT SECONDS=0.5
and when I run the script, it appears warning like this:
“RuntimeError: element DIV specified by TXT:1 was not found, line: 6 (Error code: -921)”.
i have no idea how to fix this error, mind to help?