There are many Twitter tools now that allow you to access multiple Twitter accounts at once but there is no tool available that I know of that give you an at-a-glance overview of Twitter RT mentions across multiple Twitter accounts. This pipe is created specifically to serve this purpose.
Enter a list of Twitter accounts that you wish to track and the pipe dishes out all the Twitter mentions in a list, with the author's name prepended before the feed item title so you can see them at a glance who tweeted about you!
http://pipes.yahoo.com/seeminglee/twittermentions
See this in action at Twitter Mentioms SML Universe
Output
Source: How it works
User Input
Use the Text Input module to input a space-delimited list of Twitter accounts to track, and break the list down into individual items using the String Tokenizer module.
Create Twitter Search URL
Use the Loop module with the URL Builder to create the Twitter mention URL in this syntax:
http://search.twitter.com/search.atom?q=@TwitterId
Fetch Feed
Use the Loop module with the Fetch Feed module to get all the items and then emit all results.
Prepend Twitter author to item title
Use the Rename module to map all item.author.url to TwAuthor, then use the Regex module to replace Twitter URL to @author format. Loop through the feed and use the String Builder to prepend author's name to the item.title.
Unique
Sometimes the search returns multiple results if multiple accounts were referenced by the tweet. Use the Unique module to filter non-unique items based on item.link and item.title.
Sort and output
Use the Sort module to order results by item.pubDate in descending order so the latest always appear first.
In Action
Pipe in action using @smluniverse @smlbw @smlfineart @smlmen @smlviz @smlflickr @lifecelebrates @smlgfxdesign @seeminglee as input:
http://feeds.feedburner.com/smlpipes/twittermentions/smluniverse
- @carolinelau: I just ousted @seeminglee as the mayor of Art.sy Downtown on @foursquare! http://4sq.com/bqrxiH 1283443988|%e %b %Y, %H:%M %Z|agohover
Pipes on SML Wiki
Flickr Social
http://pipes.yahoo.com/seeminglee/flickrsocial Flickr Social is a Yahoo Pipe created by See-ming Lee to deal with his frustration on having to get onto Flickr everyday to track his friends' comments…
Friendfeed Truncate Author
http://pipes.yahoo.com/friendfeed-truncate-author I use FriendFeed to feed some of my Twitter feeds. The problem is that when I do that, the Twitter feed also contains the author (my name) which is…
Meta Search Alerts
http://pipes.yahoo.com/seeminglee/metasearchalerts Purpose Aggregates search results into a single feed which can be subscribed to in an RSS reader. Source Here's a screenshot of the pipe: Mechanism…
Search Engine Masturbation
Originally published on 2007-09-13 as SML Pro Blog: Yahoo Pipes: Search Engine Masturbation Thanks to Alex Rainert's generous recommendation, I would like to unveil to the world my first Yahoo! Pipes…
SML Pipes
SML Pipes = See-ming Lee + Yahoo Pipes http://pipes.yahoo.com/seeminglee Recently posted pipes Pipes on SML Wiki
SML Thank You
http://pipes.yahoo.com/seeminglee/smlthankyou The geeky way of recording and remembering kindness and generosity from other people. Screenshots The pipe Sample output How it works Fetch Feeds Use…
Yahoo Pipes
Yahoo Pipes is a Yahoo product which allow programmers and non-programmers alike to manipulate data sources to generate RSS feeds. It's very useful tool. http://pipes.yahoo.com Pipes on SML Wiki





