0

i'd like to archive tweets from an hashtag in Twitter. I'm using Google Reader and my subscription is something like search.twitter.com/search.atom?q=%23HASHTAG

But, when i'm trying to retrieve from google search cache with this link www.google.com/reader/atom/feed/http://search.twitter.com/search.atom?q=%23HASHTAG the result is empty even if i have a lot of items in google reader web interface

What's wrong?

Second question: Does anyone know if it's possible to retrieve the cache archive in this subscription as describe here? Can i use a script like this to read the result or there is a better one?

Thanks

Community
  • 1
  • 1
linuxer
  • 161
  • 1
  • 9

1 Answers1

0

Make sure that you escape the feed URL correctly. Instead of http://www.google.com/reader/atom/feed/http://search.twitter.com/search.atom?q=%23HASHTAG , you'll need to use http://www.google.com/reader/atom/feed/http://search.twitter.com/search.atom%3Fq=%23HASHTAG (? escaped as a %3F).

Note that Google Reader will only have an archive of a feed if one or more Reader users have subscribed to that feed.

Mihai Parparita
  • 4,236
  • 1
  • 23
  • 30