【问题标题】:Google Reader and Twitter: archive and use tweets with python scriptGoogle Reader 和 Twitter:使用 python 脚本归档和使用推文
【发布时间】:2012-02-17 12:26:27
【问题描述】:

我想从 Twitter 中的标签中存档推文。 我正在使用 Google 阅读器,我的订阅类似于 search.twitter.com/search.atom?q=%23HASHTAG

但是,当我尝试使用此链接从谷歌搜索缓存中检索时 www.google.com/reader/atom/feed/http://search.twitter.com/search.atom?q=%23HASHTAG 即使我在谷歌阅读器网络界面中有很多项目,结果也是空的

怎么了?

第二个问题:有谁知道是否可以按照here 的描述检索此订阅中的缓存存档? 我可以使用像this 这样的脚本来读取结果还是有更好的脚本?

谢谢

【问题讨论】:

    标签: python twitter archive google-reader


    【解决方案1】:

    确保您正确转义了供稿网址。而不是 http://www.google.com/reader/atom/feed/http://search.twitter.com/search.atom?q=%23HASHTAG ,您需要使用 http://www.google.com/reader/atom/feed/http://search.twitter.com/search.atom%3Fq=%23HASHTAG? 转义为 %3F)。

    请注意,只有一个或多个阅读器用户订阅了该提要,Google 阅读器才会有该提要的存档。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-02-06
      • 2013-10-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-21
      • 2011-08-18
      相关资源
      最近更新 更多