Re: [twitter-dev] Re: Streaming API (filtered) missing Tweets

2010-03-17 Thread John Kalucki
What we consider low quality varies quite a bit, and we don't go into too
much detail about anit-spam work. Its partially bots and that sort of thing.

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.



On Wed, Mar 17, 2010 at 7:20 AM, Jonathon Hill  wrote:

> What do you guys consider "low quality"?
>
> Jonathon
>
>
> On Mar 16, 9:46 am, John Kalucki  wrote:
> > Do those same users show in search? If not, chances are that those users
> are
> > filtered for quality from both Search and Streaming.
> >
> > If the users do show in Search, there's probably something wrong with
> your
> > filter predicates. Note that track only searches on status text, not on
> the
> > entire status object. If you want to follow given users directly, you
> need
> > to also specify them with the follow parameter.
> >
> > -John Kaluckihttp://twitter.com/jkalucki
> > Infrastructure, Twitter Inc.
> >
> >
> >
> > On Tue, Mar 16, 2010 at 3:13 AM, stevew  wrote:
> >
> > > Hi
> > > I am using the PHP library Phirehose to consume the streaming API,
> > > however I don't seem to receive the tweets from the people I am
> > > interested in
> >
> > > - I am connecting to the url:
> > >http://stream.twitter.com/1/statuses/filter.json
> > > - Connecting without the filter I get about 27 tweets a second, with
> > > it is only about 1 a second, implying the filter is working
> > > - manually checking the tweets with the filter they all seem to
> > > mention or be @ the people I am interested in, but not from them
> > > - I can see that some of the users have tweeted by visiting the
> > > website
> >
> > > Is this a limitation of the garden hose access or is it likely there
> > > is something wrong with my code?
>


[twitter-dev] Re: Streaming API (filtered) missing Tweets

2010-03-17 Thread Jonathon Hill
What do you guys consider "low quality"?

Jonathon


On Mar 16, 9:46 am, John Kalucki  wrote:
> Do those same users show in search? If not, chances are that those users are
> filtered for quality from both Search and Streaming.
>
> If the users do show in Search, there's probably something wrong with your
> filter predicates. Note that track only searches on status text, not on the
> entire status object. If you want to follow given users directly, you need
> to also specify them with the follow parameter.
>
> -John Kaluckihttp://twitter.com/jkalucki
> Infrastructure, Twitter Inc.
>
>
>
> On Tue, Mar 16, 2010 at 3:13 AM, stevew  wrote:
>
> > Hi
> > I am using the PHP library Phirehose to consume the streaming API,
> > however I don't seem to receive the tweets from the people I am
> > interested in
>
> > - I am connecting to the url:
> >http://stream.twitter.com/1/statuses/filter.json
> > - Connecting without the filter I get about 27 tweets a second, with
> > it is only about 1 a second, implying the filter is working
> > - manually checking the tweets with the filter they all seem to
> > mention or be @ the people I am interested in, but not from them
> > - I can see that some of the users have tweeted by visiting the
> > website
>
> > Is this a limitation of the garden hose access or is it likely there
> > is something wrong with my code?