ggaughan / pipe2py

A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)
http://wiki.github.com/ggaughan/pipe2py
GNU General Public License v2.0
317 stars 51 forks source link

Exporting a user's pipes #17

Open psychemedia opened 12 years ago

psychemedia commented 12 years ago

I wonder if a utility function to grab hold of all a user's pipe definitions might be worth adding to the library? From a quick experiment ( https://gist.github.com/2351614 ) it seems as if you can export the published pipes associated with a given user id, but to get all the pipes for a user you need to be logged in as that user?

ggaughan commented 12 years ago

Sounds like a good idea :)

It also sounds like a job for a Yahoo! pipe. Is that possible? Maybe it would need some supporting routines. If so, perhaps they could be hosted on Google App Engine.

psychemedia commented 12 years ago

I've done a simple implementation on Scraperwiki that grabs a particular user's public/published pipes and drops the descriptions into a db table. Description here: http://blog.ouseful.info/2012/04/10/exporting-yahoo-pipe-definitions-compiling-them-to-python-and-running-them-in-scraperwiki/