My Yahoo Source to OPML Generator
Converts My Yahoo Source code to OPML for importing into other feed readers
Why?
At the time of writing, Yahoo does not allow you to export your My Yahoo RSS feeds. This OPML Generator allows you to export your feeds in OPML format, which can be consumed by google reader and many other feed reading services. More information can be found on a related stack exchange post.
Deploy
This app is designed for deployment on heroku using the cedar stack. With a valid git clone and heroku account setup, deployment should be as simple as:
heroku create --stack cedar
git push heroku master
Local development: shotgun gen_opml.rb -p 5000