Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
On 9/16/10 7:37 PM, M. Edward (Ed) Borasky at zn...@borasky-research.net wrote: > Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. > It doesn't do oAuth yet, though. OK I'll take a look - thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc A

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
On 9/16/10 8:05 PM, yaemog Dodigo at yae...@gmail.com wrote: > Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It > doesn't do oAuth yet, though. > > Not sure that oAuth is important here (unless your followers are protected > users). > > At least I can get the followers of

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread yaemog Dodigo
> Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It > doesn't do oAuth yet, though. Not sure that oAuth is important here (unless your followers are protected users). At least I can get the followers of public users and create a stream based on these without using oAuth (u

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread M. Edward (Ed) Borasky
Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It doesn't do oAuth yet, though. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul Erdos Quoting Mike Southern : On 9/16/

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
On 9/16/10 5:10 PM, yaemog Dodigo at yae...@gmail.com wrote: > Hi Mike, > > I think you'd be best off getting your follower_ids and using the stream API > to track them (up to 5000 users). Then you don't have the rate limit anymore. > > cheers That sounds like a fantastic idea :) - I think my

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread yaemog Dodigo
On Thu, Sep 16, 2010 at 1:57 PM, Mike Southern wrote: > I have several twitter accounts. Each account has generated its own set of > OAUTH credentials. I am just using to look at data of those who are > following me based on a list of all my followers IDs. > > I understand that there is a 150 per