[twitter-dev] Re: 1 tweet accounts

2010-02-25 Thread twangybird
Still hoping someone can provide some insight into this issue. deadline looms. anyone? On Feb 24, 9:47 am, twangybird davidapl...@gmail.com wrote: Can anyone help me discover a method of finding dormant Twitter accounts in which the owners only submitted one tweet to twitter. I'm trying to

Re: [twitter-dev] Re: 1 tweet accounts

2010-02-25 Thread Abraham Williams
You could sequentially pull profiles but that would take you ~110 million API calls... Abraham On Thu, Feb 25, 2010 at 14:50, twangybird davidapl...@gmail.com wrote: Still hoping someone can provide some insight into this issue. deadline looms. anyone? On Feb 24, 9:47 am, twangybird

[twitter-dev] Re: 1 tweet accounts

2010-02-25 Thread twangybird
Yeah that's the thing I guess. This site is kind of doing what I want, but I need accounts with only 1 tweet. http://myfirsttweet.com/ On Feb 25, 6:05 pm, Abraham Williams 4bra...@gmail.com wrote: You could sequentially pull profiles but that would take you ~110 million API calls... Abraham

Re: [twitter-dev] Re: 1 tweet accounts

2010-02-25 Thread Harshad RJ
Or you could collect data from streaming API for a while, to filter out active users. There are about 600 tweets / sec, which might (optimistically) give you a decent blacklist in as few as 24 hours. On Fri, Feb 26, 2010 at 7:35 AM, Abraham Williams 4bra...@gmail.com wrote: You could