[twitter-dev] Re: Stream API with firehorse method

2011-01-27 Thread Zhe Chen
I think that is what I need. How much will it cost to use "firehose"?

Thanks

On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
> On 1/25/11 9:08 PM,ZheChenwrote:
>
> > Hi,
>
> > On your website, you said "the Firehose is not a generally available
> > resource."
>
> > Does that mean I cannot use it in my application? What should I do if
> > I want to use it.
>
> > Thanks
>
> I don't think that you want the Firehose in your application. The
> Firehose is a stream with *all* Tweets that *any* Twitter user sends.
>
> Depending on your application, you may like :
>   - Desktop application: User Streams
>   - Web-based application: Site Streams
>   - Search-based application: filter.json (normal streams)
>
> Tom

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread zhe chen
But the search API have only roughly 1500 results per search. How can I get
more results, do more search?

Thanks

On Wed, Jan 26, 2011 at 4:09 AM, Augusto Santos  wrote:

> You should use Search API ,
> remembering that results are limited to 7 days (past).
>
> On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen  wrote:
>
>> I want to store all up to date tweets in my database and use another
>> application to search it.
>>
>> The user of the application may use any search key. In this case, what
>> kind of method should I use?
>>
>> Thanks
>>
>> On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
>> > On 1/25/11 9:08 PM, Zhe Chen wrote:
>> >
>> > > Hi,
>> >
>> > > On your website, you said "the Firehose is not a generally available
>> > > resource."
>> >
>> > > Does that mean I cannot use it in my application? What should I do if
>> > > I want to use it.
>> >
>> > > Thanks
>> >
>> > I don't think that you want the Firehose in your application. The
>> > Firehose is a stream with *all* Tweets that *any* Twitter user sends.
>> >
>> > Depending on your application, you may like :
>> >   - Desktop application: User Streams
>> >   - Web-based application: Site Streams
>> >   - Search-based application: filter.json (normal streams)
>> >
>> > Tom
>>
>> --
>> Twitter developer documentation and resources: http://dev.twitter.com/doc
>> API updates via Twitter: http://twitter.com/twitterapi
>> Issues/Enhancements Tracker:
>> http://code.google.com/p/twitter-api/issues/list
>> Change your membership to this group:
>> http://groups.google.com/group/twitter-development-talk
>>
>
>
>
> --
> 氣
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>



-- 
--
Zhe(Alexander) Chen
Los Alamos, NM, US
--

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Zhe Chen
If I use search API, does that mean I should directly use the user
input to search, instead of storing tweets in my database.

On Jan 26, 4:09 am, Augusto Santos  wrote:
> You should use Search API ,
> remembering that results are limited to 7 days (past).
>
>
>
>
>
>
>
>
>
> On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen  wrote:
> > I want to store all up to date tweets in my database and use another
> > application to search it.
>
> > The user of the application may use any search key. In this case, what
> > kind of method should I use?
>
> > Thanks
>
> > On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
> > > On 1/25/11 9:08 PM, Zhe Chen wrote:
>
> > > > Hi,
>
> > > > On your website, you said "the Firehose is not a generally available
> > > > resource."
>
> > > > Does that mean I cannot use it in my application? What should I do if
> > > > I want to use it.
>
> > > > Thanks
>
> > > I don't think that you want the Firehose in your application. The
> > > Firehose is a stream with *all* Tweets that *any* Twitter user sends.
>
> > > Depending on your application, you may like :
> > >   - Desktop application: User Streams
> > >   - Web-based application: Site Streams
> > >   - Search-based application: filter.json (normal streams)
>
> > > Tom
>
> > --
> > Twitter developer documentation and resources:http://dev.twitter.com/doc
> > API updates via Twitter:http://twitter.com/twitterapi
> > Issues/Enhancements Tracker:
> >http://code.google.com/p/twitter-api/issues/list
> > Change your membership to this group:
> >http://groups.google.com/group/twitter-development-talk
>
> --
> 氣

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Zhe Chen
But the search API have only roughly 1500 results per search. How can
I get more results, do more search?

Thanks

On Jan 26, 4:09 am, Augusto Santos  wrote:
> You should use Search API ,
> remembering that results are limited to 7 days (past).
>
>
>
>
>
>
>
>
>
> On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen  wrote:
> > I want to store all up to date tweets in my database and use another
> > application to search it.
>
> > The user of the application may use any search key. In this case, what
> > kind of method should I use?
>
> > Thanks
>
> > On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
> > > On 1/25/11 9:08 PM, Zhe Chen wrote:
>
> > > > Hi,
>
> > > > On your website, you said "the Firehose is not a generally available
> > > > resource."
>
> > > > Does that mean I cannot use it in my application? What should I do if
> > > > I want to use it.
>
> > > > Thanks
>
> > > I don't think that you want the Firehose in your application. The
> > > Firehose is a stream with *all* Tweets that *any* Twitter user sends.
>
> > > Depending on your application, you may like :
> > >   - Desktop application: User Streams
> > >   - Web-based application: Site Streams
> > >   - Search-based application: filter.json (normal streams)
>
> > > Tom
>
> > --
> > Twitter developer documentation and resources:http://dev.twitter.com/doc
> > API updates via Twitter:http://twitter.com/twitterapi
> > Issues/Enhancements Tracker:
> >http://code.google.com/p/twitter-api/issues/list
> > Change your membership to this group:
> >http://groups.google.com/group/twitter-development-talk
>
> --
> 氣

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Augusto Santos
You should use Search API ,
remembering that results are limited to 7 days (past).

On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen  wrote:

> I want to store all up to date tweets in my database and use another
> application to search it.
>
> The user of the application may use any search key. In this case, what
> kind of method should I use?
>
> Thanks
>
> On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
> > On 1/25/11 9:08 PM, Zhe Chen wrote:
> >
> > > Hi,
> >
> > > On your website, you said "the Firehose is not a generally available
> > > resource."
> >
> > > Does that mean I cannot use it in my application? What should I do if
> > > I want to use it.
> >
> > > Thanks
> >
> > I don't think that you want the Firehose in your application. The
> > Firehose is a stream with *all* Tweets that *any* Twitter user sends.
> >
> > Depending on your application, you may like :
> >   - Desktop application: User Streams
> >   - Web-based application: Site Streams
> >   - Search-based application: filter.json (normal streams)
> >
> > Tom
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>



-- 
氣

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Stream API with firehorse method

2011-01-25 Thread Zhe Chen
I want to store all up to date tweets in my database and use another
application to search it.

The user of the application may use any search key. In this case, what
kind of method should I use?

Thanks

On Jan 25, 1:13 pm, Tom van der Woerdt  wrote:
> On 1/25/11 9:08 PM, Zhe Chen wrote:
>
> > Hi,
>
> > On your website, you said "the Firehose is not a generally available
> > resource."
>
> > Does that mean I cannot use it in my application? What should I do if
> > I want to use it.
>
> > Thanks
>
> I don't think that you want the Firehose in your application. The
> Firehose is a stream with *all* Tweets that *any* Twitter user sends.
>
> Depending on your application, you may like :
>   - Desktop application: User Streams
>   - Web-based application: Site Streams
>   - Search-based application: filter.json (normal streams)
>
> Tom

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk