Twitter Streams don't work with Google App Engine because GAE doesn't 
support sockets. 
 
What you can do is set up a cron to periodically search Twitter for 
relevant tweets. Look up the documentation for since_id; you can tell 
Twitter API search to only retrieve tweets after a specific tweet, so you 
can process just new tweets and not repeatedly process old tweets.

On Saturday, January 26, 2013 3:08:09 AM UTC-6, Spencer Lim wrote:

>
> Hi, Can somebody please guide me on how could i consume Twitter Live 
> Stream through GAE? 
> http://stackoverflow.com/questions/14495868/twitter-streaming-api-with-tweepy

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to