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 very annoying. This pipe takes the URL of a FriendFeed and truncates the usename entered from the title.
Purpose
The SML Fine Art (FriendFeed) grabs content from the following Flickr Groups pool:
- http://flickr.com/groups/smlabstracts
- http://flickr.com/groups/smlbw
- http://flickr.com/groups/smlhdr
- http://flickr.com/groups/smlfineart
It is a public FriendFeed group and anyone can post and add their content.
Screenshot: http://friendfeed.com/smlfineart-group

SML Fine Art's Twitter feed uses TwitterFeed as a service to then post those contents (which include the group pool as well as posted FriendFeed content) onto Twitter as tweets. The problem is, when I post stuff to the group, the tweets ended up having my full name displayed as well, which is very annoying, as it looks as if I'm doing personal promotion - and also takes up way too much space for the 140 character limit:
Screenshot: http://twitter.com/smlfineart

This Yahoo Pipe is created specifically to solve that issue.
Source
Register user inputs
Two User Input modules for the FriendFeed URL and name to truncate.
Constructs the RSS feed URL used for processing
The URL Builder takes the FriendFeedURL and construct the atom feed used for the Fetch Feed module.
Split and process
Use the Split module to split the feed into two halves:
- Filter module: permit items which item.title's contains the username
- Filter module: block items which item.title's contains the username
Truncate username
Use the Regex module and remove all the text from the beginning til the first instance of : from the item's title using non-greedy search.
^.+?\:
Join, sort and output
Use the Union module to join the two feeds, then Sort by item's pubDate and Output!
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'…
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…
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!…
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…
Twitter Mentions (Yahoo Pipes)
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…
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


