[twitter-dev] Re: Return number of tweets in a Search

2011-01-20 Thread Sarah - DataSift
Something that you might find interesting as a developer is this
recent announcement from DataSift:

Funding for DataSift Developers: http://bit.ly/hOYpNh

And

DataSift to Twitter open source code: http://bit.ly/gDo2wA

Enjoy!


On Jan 13, 11:15 am, Steve wastedho...@gmail.com wrote:
 The app is a competition system, so really I need to try and retrieve
 all entries of a hashtag if possible (but if it's not possible, then
 other comp systems mustn't either, surely?)

 Thanks for the suggestions - might try and utilise DataSift for it.

 On Jan 13, 1:04 am, @Red_Eyes millerdotp...@gmail.com wrote:

  The maximum number of tweets you can return per page is 100. If you return
  all the pages available you can get to around 1,500 max. These limits are
  defined in the search API documentation. 
  (http://dev.twitter.com/doc/get/search).

  You may be better either looking at the streaming API and hope some of the
  Tweets you are looking for turn up, or use your random number generator to
  search n times and pull back 100 Tweets at a go. You would have to set an
  interval between searches otherwise you are likley to pull back the same
  Tweet more than once, especially if it is a seldom used hashtag.

  Perhaps if you have a number of hashtags you are looking for, you could
  round robin through all of them with a suitable delay between each one
  (still checking for duplicates)... or possibly check for the same hashtag at
  the same time each day if you are looking for some sort of frequency
  indicator. Alternatively add some sort of randomness to the date range per
  your example.

  Paul



-- 
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] Re: Find posts from a certain app

2011-01-20 Thread Sarah - DataSift
Part of DataSift's plan is to include analytics, so you may find that
when we've implemented this feature that source will be part of
that.

Do keep an eye out for updates to DataSift and if you haven't already
seen there's a great opportunity for UK devs to get funding for
application ideas that use DataSift. More details here:
http://blog.datasift.com/2011/01/19/funding-datasift-dev/

Many thanks
Sarah

On Jan 3, 4:17 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 On 1/3/11 4:52 PM, Tod wrote:

  Is there a tool that will let me search/find all posts to Twitter from
  a certain application?  (or at least get stats by application?)

  Say of for example, you are giving an app away and you want to find
  out how many people are using it.

 DataSift lets you stream these tweets. However, I do not know of any
 application that shows you statistics.

 Tom

-- 
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] Re: Search API and location

2011-01-04 Thread Sarah - DataSift
Hi Tom,

DataSift is still in closed Alpha but we have enabled a large number
of users within the Alpha to date and will add additional users for
the Beta so if you'd like early access it's well worth signing up on
http://datasift.net and you may find you get in before we launch the
consumer release version.

Many thanks
Sarah
Community Manager
DataSift.net

On Dec 29 2010, 11:50 am, Tom van der Woerdt i...@tvdw.eu wrote:
 On 12/29/10 10:40 AM, L. Mohan Arun wrote:

  I just tried to construct a query that searches for users by location,
  as it is registered in the location field of their profiles. I had no
  luck and it seems this is not possible.

  You can also do this using Datasift's FSDL.

  ✿✿✿ Mohan ✿✿✿

 DataSift is still in closed alpha testing phase...

 Tom

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