Re: [twitter-dev] What is the best strategy to get this volume of data?

2011-07-10 Thread Ben Flux
The intention was to do lots of the same query, perhaps 80 unique queries, 
but every 30 seconds or less

-- 
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] What is the best strategy to get this volume of data?

2011-07-07 Thread Taylor Singletary
What kinds of queries are you wanting to send -- search queries? Are they
different queries or are you repeating the same queries over and over? Do
you display the results on a website? In what other ways is the data used?
Who are your users and how does this service their needs?

There are likely alternate implementation options that won't necessitate you
having to make 100 queries every minute.

@episod http://twitter.com/intent/user?screen_name=episod - Taylor
Singletary


On Wed, Jul 6, 2011 at 10:22 PM, Ben Flux b...@trafficjunction.co.uk wrote:

 I want to send 100 queries to Twitter every minute via my server
 application and would like to know if there is a method that will
 allow me to do this?

 --
 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] What is the best strategy to get this volume of data?

2011-07-06 Thread Ben Flux
I want to send 100 queries to Twitter every minute via my server
application and would like to know if there is a method that will
allow me to do this?

-- 
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