[twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Thiago Souza
Hi,

   This is pretty basic, but I can not find a clear answer. Is multiple
connection from same IP to statuses/filter allowed? If not, what's the
limit?

Thanks,
Thiago Souza

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


Re: [twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Thiago Souza
Hi,

   Basically we are building a twitter monitoring system in which each user
specify the tracking keywords. As the number of user grows, naturally, 200
won't be enough, so there will be a need of more connections. So, creating
multiple connections from the same IP will be a problem in this case?

Regards,
Thiago Souza

On Wed, May 11, 2011 at 13:30, Arnaud Meunier arn...@twitter.com wrote:

 Hey Thiago,

 Technically, the limit is account based (each account may create only one
 standing connection to the Streaming API). Why would you like to start
 multiple connections from the same IP? What is your use case? Remember it is
 not allowed to get around limits in statuses/filter (or statuses/track). You
 should contact us if you need a higher access level :)

 Arnaud / @rno http://twitter.com/rno



 On Wed, May 11, 2011 at 8:10 AM, Thiago Souza tcostaso...@gmail.comwrote:

 Hi,

This is pretty basic, but I can not find a clear answer. Is multiple
 connection from same IP to statuses/filter allowed? If not, what's the
 limit?

 Thanks,
 Thiago Souza

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


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


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


[twitter-dev] Rate limit for streaming api (tracking keyword)

2010-10-28 Thread Thiago Esteves
Hi,

I am developing an application that needs to track a keyword on
twitter, that keyword is a hashtag, the frequency of that keyword is
not high, but the application needs to stay listening and don't stop
never. What is the rate limit Twitter apply for this case? Could not
find it on twitter devel pages.

Thanks

-- 
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] Streaming API and lists

2010-08-12 Thread thiago
Hello there,

 Does anyone knows if it's possible to use the streaming api to
follow a list instead of a user?
 I already tried using the list id as the follow parameter with no
success...

Regards,
Thiago Souza