从Google Plus用户的公共时间线创建Atom源。
项目描述
plusfeed读取Google Plus用户的动态,并将其转换为Atom源。
获取Google Plus API密钥。这允许只读访问,不会将您登录到Google Plus。
使用pip install ws.plusfeed从PyPI安装
运行plusfeed USER-ID YOUR-API-KEY以创建Atom源。(USER-ID可以通过在Google Plus上点击找到,直到找到一个看起来像https://plus.google.com/117962666888533781522的URL)。
如果您将API密钥放入~/.pluskey,获取CyanogenMod源的示例
$ plusfeed 117962666888533781522 `<~/.pluskey` > cyanogenmod.atom
变更
1.1 (2014-02-22)
作为egg打包。