Skip to content

find all mac mail rss feeds and subscribe them to google reader

Notifications You must be signed in to change notification settings

assassingj/mailrss2google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mailrss2google

Find all rss feeds in mac mail and subscribe them to google reader.

With OS X Mountain Lion, Apple removed the support of RSS in both Safari and Mail. If you depend on the RSS reader features, look for alternatives before you make the switch to OS X Mountain Lion.

So you may need to get all your collected feeds or transfer them to google reader via some tools if you have upgraded to mountain lion.

If you just want list them, all you need to do is typing these words into your terminal and execute it: find ~/Library/Mail/V2/RSS/ -name "Info.plist" |xargs -I{} grep -A 1 Feed {} | grep string | awk -F'[<>]' '{print $3}'

But if you need to subscribe them to google reader, you sould do this: python rsstransfer.py your_google_email

and input your password.

About

find all mac mail rss feeds and subscribe them to google reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages