[twitter-dev] Getting all retwitts for a specific twitt

2010-08-01 Thread Omri
Hey, i wonder if there is anyway to query twitter to all retwitts performed on a specific twitt. im looking for a method to gather up recursivly all the retwitts originating from a specific twitt so i can line up the full conversation from twitter. thoughts ? Omri

[twitter-dev] number of search results

2010-08-30 Thread omri
hi, my name is omri, and I saw the sites : rowfeeder, booshaka and viralheat. this sites extract the data from twitter (and facebook) and offer it to users, i wanted to know is there a way in your API to extract this data? how do this sites reach this data? to be more concrete, is there a solution

[twitter-dev] Re: Need a confirmation - no way to count number of tweets found when searching for a keyword?

2010-08-30 Thread omri
hi, I think that terrence wanted to know if there is a way to get the total number of results for a word in one click instead of downloading14 pages (each page has 100 results...) is there a place in your API whree you store the total number of search results can you add this field to your API?

[twitter-dev] Hi there

2010-09-05 Thread omri
I have a few questions regarding the streaming API : How many maximum results I have in one response? Is there a limit of requests? Is it possible to make an empty query? - actually, download all the latest tweets in the system thanks, Omri -- Twitter developer documentation and resources

[twitter-dev] Re: Hi there

2010-09-05 Thread omri
://dev.twitter.com/pages/streaming_api On Sun, Sep 5, 2010 at 9:57 AM, omri omridek...@gmail.com wrote: I have a few questions regarding the streaming API : How many maximum results I have in one response? Is there a limit of requests? Is it possible to make an empty query? - actually, download

[twitter-dev] Re: Hi there

2010-09-05 Thread omri
://dev.twitter.com/pages/streaming_api On Sun, Sep 5, 2010 at 9:57 AM, omri omridek...@gmail.com wrote: I have a few questions regarding the streaming API : How many maximum results I have in one response? Is there a limit of requests? Is it possible to make an empty query? - actually, download

[twitter-dev] help with accessing the streaming api

2010-09-07 Thread omri
def run (self): status_url = http://stream.twitter.com/1/statuses/filter.json; request = urllib2.Request(status_url) print request auth = base64.encodestring('Consumer key:Consumer secret')[:-1] request.add_header('Authorization', 'basic %s' % auth) firehose =

[twitter-dev] Re: help with accessing the streaming api

2010-09-09 Thread omri
parameters to track. -John Kaluckihttp://twitter.com/jkalucki Twitter, Inc. On Tue, Sep 7, 2010 at 4:38 AM, omri omridek...@gmail.com wrote: def run (self):    status_url = http://stream.twitter.com/1/statuses/filter.json;    request = urllib2.Request(status_url)    print request

[twitter-dev] Re: help with accessing the streaming api

2010-09-09 Thread omri
and password for basic auth. -John Kaluckihttp://twitter.com/jkalucki Twitter, Inc. On Thu, Sep 9, 2010 at 2:48 AM, omri omridek...@gmail.com wrote: hi, now it returns the 401 error. It seems like I don't know what is the username and password i should insert. is this ths oauth token

[twitter-dev] Re: help with accessing the streaming api

2010-09-09 Thread omri
so.. succeded with the username and password but now i have : HTTPError: HTTP Error 403: Forbidden I need something special to have access to the streaming resources? On 9 ספטמבר, 17:03, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Omri, With basic auth, you don't use your

[twitter-dev] Re: help with accessing the streaming api

2010-09-11 Thread omri
-John On Thu, Sep 9, 2010 at 7:45 AM, omri omridek...@gmail.com wrote: so.. succeded with the username and password but now i have : HTTPError: HTTP Error 403: Forbidden I need something special to have access to the streaming resources? On 9 ספטמבר, 17:03, Taylor Singletary

[twitter-dev] Streaming API question..

2010-09-27 Thread omri
hi there, I am using the streaming API (the statuses/filter), and I get a lot of tweets in spanish. I wanted to know if there is a way to get results only in English? I tried to use the geo-location of the USA only, but it didn't help much. anybody? thanks, Omri -- Twitter developer