I wanted to have a way for my Google Reader notes to be “automagically” tweeted, but not the regular shares (so I don’t flood my Twitter stream). I don’t know if there are already other solutions for this, I made this essentially to learn a bit more about Yahoo Pipes. It also uses twitterfeed, a very nice service which fetches a RSS stream and tweets a small blurb plus a shortened link for each item from that stream .
You’ll need:
- The URL of your Google Reader public page, it should look something like this:
http://www.google.com/reader/shared/09549915423433150590
- Your exact author name from your Google Account page, mine is “Pedro Pinheiro”
- The Yahoo Pipe I created to filter the shares without notes, and input the previous two bits of information on the form. Feel free to clone it into your own Pipes space and edit it/re-distribute it.
- To click on the “Get as RSS” under the “More options” button inside the “Use this pipe” box, note the URL
- To create a feed on twitterfeed – it uses OpenID, but you need to supply your Twitter username and password (yes, I know this isn’t safe, but as far as I know, Twitter doesn’t provide a safer alternative yet).
That’s it! Once the feed is activated on twitterfeed, within the specified time-interval, your Google Reader notes will automatically show up on your Twitter stream.
Now that's a cool Idea @ppinheiro76! Rockin'. Will try it too.
I made a slight change to your pipe that I saved here
Now, each <title/> item has the following structure:
“Title”: note.
Then, in twitterfeed, I make sure that only the title with the shortened url is twittered. I've also added the “RT reader: ” prefix (available in the twitterfeed options).