Has anyone looked at/played with SweetCron yet?
SweetCron is a ‘Lifestream’ application by Yongfook. It runs on CodeIgniter, and allows data to be pulled from Twitter, FriendFeed, Delicious, Ma.gnolia, and almost any site you can grab a RSS/Atom/XML feed from. Basically, it re-centralizes your de-centralized life.
This is exactly, what I’ve been doing with FeedGrab for awhile, but with tons of additional benefits. The primary additional benefit for me though is the ability to schedule cron jobs right in the application; and secondly a level of filters. The code is open source; so I’m wonder if anyone has considered adapting it as an ExpressionEngine Module. Just because, ideally, I’d want to have all that data stored in my sites CMS, not a second database. And that’s what’s great about FeedGrab, XMLGrab, etc. is that they allow mapping into EE Custom fields. But even barring that (mapping to custom fields), having EE Tags to use to call and manipulate the data would be cool as well, something like:
{exp:sweetcron:entries data="twitter" limit="30" paginate="bottom"}Thoughts!