it's ok i can fix it (
lim) wrote in
newslettering2010-04-18 08:54 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Yahoo Pipes
Has anyone else played with Yahoo Pipes to gather content? I've made a rudimentary pipe to try out: True Blood Pipe.
My thinking was it could easily aggregate content from youtube, wordpress, livejournal, ao3, etc, and it does seem to be easier to manipulate than manually syndicating sites to a watcher journal flist, plus you can filter content for relevance/keywords etc.
There is a PHP output option so conceivably it could be autoformatted, bypassing delicious entirely? I don't know! Anyone got any insight?
My thinking was it could easily aggregate content from youtube, wordpress, livejournal, ao3, etc, and it does seem to be easier to manipulate than manually syndicating sites to a watcher journal flist, plus you can filter content for relevance/keywords etc.
There is a PHP output option so conceivably it could be autoformatted, bypassing delicious entirely? I don't know! Anyone got any insight?
no subject
It's quite easy to tailor to your needs and you can take out doubles, sort the results your way, then you subscribe to the feed of your pipe through your favourite feed reader.
Mine is Netvibes which has a public and private option so I can also share the results of the yahoo pipe through my public Netvibes for other librarians to use.
I used these to figure out how to tailor the data :
http://www.mrspeaker.net/2007/02/10/yahoo-pipes/?year=2007&monthnum=02&day=10&page
Some other tutorials : http://pipes.yahoo.com/pipes/docs?doc=tutorials
My Yahoo pipes for book reviews updated last in 2008 but created in April 2007 : http://pipes.yahoo.com/pipes/pipe.info?_id=1sBLERri2xG3oWfCjknRlg
Hope it helps
no subject
I was really more asking about how to manipulate the output, to maybe make an autoposter for a newsletter? Like the delicious glue systems that a number of newsletters run on.
no subject
Another thing I thought might be awesome: pull in only recent, FRESH links from Delicious. Most of the links in a tag's feed are old -- people bookmark the popular things over and over again. So I wouldn't want to muddy up my newsletter with old stuff from Delicious; I want to have my pipe filter those links out. TALK ABOUT IMPOSSIBLE. This is more Delicious' fault than Pipes though -- probably I should go tell Del that they seriously need to include first posted date info in their tag feeds (and also everywhere on the site).
But enough of my frustrations, let's talk about what you actually wanted to know, which is how to automatically run your pipe and convert the output to a journal post. Pretty sure this is doable! (But I'm afraid to test it, in case once again I am proven totally wrong.) First, you need to set some date limitations on your pipe, so that you can pass in a date (or date range) and it will filter everything down by that criterion. For a daily newsletter, you want your pipe to spit out only 24 hours' worth of links. Then you would write a little PHP script that runs your pipe, pulls in the results, formats them as HTML and posts them up at the journal of your choice. Finally, you set that script up to run automatically on a schedule and voila!
Problems I see with this approach to newslettering is the lack of any kind of categorization or link vetting. I think I'd be more inclined to make my PHP script pull the pipe results and post each link to Delicious automatically. Then I would have a human go through the links, vetting each one and probably applying a tagging scheme -- from there I would run a second script to scrape the vetted links from Delicious and convert them to a grouped and sorted list formatted in HTML.