ryan-roemer / node-sunny

Sunny.js cloud datastore client (AWS S3, Google Storage, etc.)
http://sunnyjs.org
MIT License
79 stars 13 forks source link

RSS Feed Support #6

Closed balupton closed 11 years ago

balupton commented 11 years ago

Would be interesting if this could support RSS feeds for usage with tumblr and any other type of service. Could use Feedr to simplify the integration as well as support json apis.

For a little background, our use case is to build importers for DocPad that will import blog posts, pages, files, uploads, whatever into the docpad in memory database. Most requested importers are for google storage, dropbox, wordpress and tumblr.

bobobo1618 commented 11 years ago

I wrote a Node script a while ago to automate the download of Tumblr posts from their API or RSS... I could probably find it again.

On Mon, Dec 31, 2012 at 11:28 AM, Benjamin Arthur Lupton < notifications@github.com> wrote:

Would be interesting if this could support RSS feeds for usage with tumblr and any other type of service. Could use Feedrhttps://github.com/bevry/feedrto simplify the integration as well as support json apis.

For a little background, our use case is to build importershttps://github.com/bevry/docpad/issues?labels=affects+importer&page=1&state=openfor DocPad http://docpad.org that will import blog posts, pages, files, uploads, whatever into the docpad in memory database. Most requested importers are for google storage, dropbox, wordpress and tumblr.

— Reply to this email directly or view it on GitHubhttps://github.com/ryan-roemer/node-sunny/issues/6.

bobobo1618 commented 11 years ago

And again, Sunny is a file level interface. It would handle the download (or upload) of files to/from Amazon S3 or Google Cloud Storage but it wouldn't parse them or do anything like that. That's a separate issue.