views:

77

answers:

1

Hi All,

I need to be able to create tweets from shared items on google reader (like reader2twitter does) and then push them for storage in a MySQL database.

I know that the shared feed from reader is an atom feed, but beyond that, not even sure where to start. Can someone please point me to some resources, or tips on how I would even go about doing this?

Thanks in advance, as always!

A: 

With reference to your Comment, stating that you could consolidate your Shared Items Feed to create a new RSS Feed, you could then use MagpieRSS to fetch and parse that RSS Feed and interact with your Database.

To trigger the MagpieRSS Parser, you would either need a Cron Job, or a Scheduled Task (dependent on your server infrastructure). Otherwise, you may be able to use Feedburner to send you Emails, and then Pipe those Emails to your Script to parse the content again.

Lucanos