Re: [twitter-dev] Streaming API JSON Samples

2011-05-02 Thread Augusto Santos
Hi Juliano, From filter stream we received just two types of messages: 'status' (tweets itself) and 'limit' (show how many tweets was suppressed since last reconnection). Abraços da UFRGS!! On Sun, May 1, 2011 at 3:40 PM, Juliano Bortolozzo Solanho juliano.sola...@gmail.com wrote: Hello

Re: [twitter-dev] Re: A way to improve the Streamin API

2011-04-08 Thread Augusto Santos
+1 On Fri, Apr 8, 2011 at 4:31 AM, maxf3r massimo.ferr...@gmail.com wrote: I agree with you. For sure a large part of data inside the tweet object is redundant for any apps want to parse only tweet data to achieve more derivate information For example, to be clear and to open some sort of

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-04 Thread Augusto Santos
but the streaming api will return around 7000 tweets/day. At 7000 tweets/day for San Francisco, 50 000 for the whole US seems small. Colin On Apr 1, 2:40 pm, Augusto Santos augu...@gemeos.org wrote: Sorry Colin, but where did you get this information? Doesn't match

Re: [twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Augusto Santos
User http://code.google.com/p/phirehose/ as deamon. No cron job needed. On Sun, Apr 3, 2011 at 2:05 AM, Digga digga...@gmail.com wrote: How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream,

Re: [twitter-dev] Selecting tweets based on geo_enabled

2011-04-02 Thread Augusto Santos
As said several times in this list, only Streaming API, with locations method, do geo_enable=true filtering. On Fri, Apr 1, 2011 at 11:05 PM, Mark Murphy mobitin...@gmail.com wrote: Hi, I've given this question a fairly long search and not found an answer. In my first experiments with the

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Augusto Santos
keywords). On Mar 31, 3:50 pm, Jeremy Dunck jdu...@gmail.com wrote: On Thu, Mar 31, 2011 at 2:48 PM, Augusto Santos augu...@gemeos.org wrote: No it won't. Streaming has rate limit with around 1% of firehose, if your search term os too much generic. If your search

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Augusto Santos
Clearer Information: From 10th Mar to 31th Mar the average was 1,1M/day and 860K/day of these with lat/long information. On Fri, Apr 1, 2011 at 4:03 PM, Augusto Santos augu...@gemeos.org wrote: Since 6th March setting location via Broswer has been disable, which correponded of around 50

Re: [twitter-dev] Streaming API Rate Limiting

2011-03-31 Thread Augusto Santos
No it won't. Streaming has rate limit with around 1% of firehose, if your search term os too much generic. If your search term or bouding box get too many tweets, you will start receive 'limit' status message as doc said. http://dev.twitter.com/pages/streaming_api_concepts#parsing-responses On

Re: [twitter-dev] Géolocalisation d'un tweet

2011-03-30 Thread Augusto Santos
But, what kind of service do you want to provide using geolocation? 2011/3/29 Nassr zied zied.na...@gmail.com salut, je suis en plein travail pour la création de mon Client Twetter pour windows phone 7. En fait, j'ai presque terminé et je veux ajouter un module de geolocalisation(c'est la

Re: [twitter-dev] Geo AP

2011-03-25 Thread Augusto Santos
at 12:38 PM, Daryoush Paknad dpak...@gmail.com wrote: geo/naerby_places geo/search geo/similar_places geo/reverse_geocode geo/place Specifically :http://api.twitter.com/1/geo/nearby_places Thanks. On Thu, Mar 24, 2011 at 5:30 AM, Augusto Santos augu...@gemeos.orgwrote: What you mean

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Augusto Santos
You can get http://dev.twitter.com/doc/get/:user/:list_id/members and then use with http://dev.twitter.com/pages/streaming_api_methods#follow don't you? On Fri, Mar 25, 2011 at 4:11 AM, Fabien Penso fabienpe...@gmail.com wrote: +1 Is this planned ? On Tue, Mar 8, 2011 at 1:23 AM, tmurray

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Augusto Santos
Well, but streaming api really doesn't work for private profiles, for that you must use User Streams. On Fri, Mar 25, 2011 at 8:45 AM, Fabien Penso fabienpe...@gmail.com wrote: On Fri, Mar 25, 2011 at 12:40 PM, Augusto Santos augu...@gemeos.org wrote: You can get http://dev.twitter.com/doc

Re: [twitter-dev] Geo AP

2011-03-24 Thread Augusto Santos
What you mean with geo api? geotagged tweets? trending topics per country/city? places? On Wed, Mar 23, 2011 at 9:58 PM, Daryoush dpak...@gmail.com wrote: Does twitter geo api work in Australia? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Augusto Santos
Streaming API will give what you need through locations method. http://dev.twitter.com/pages/streaming_api_methods#locations On Mon, Mar 21, 2011 at 12:22 PM, Stu stuart.batter...@gmail.com wrote: Hi, I have a pre-question before my question. With the search API's geocode based search, if it

Re: [twitter-dev] Requesting increased access levels for Streaming API

2011-03-15 Thread Augusto Santos
I think the answer is you never will. This kind of benefit might follow the same rules that whitelist, that will no longer be supported just as the thread below said. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/1acd954f8a04fa84/688b8bfe26a5c178 On Tue, Mar 15,

Re: [twitter-dev] support for location filter of streaming api in India

2011-02-28 Thread Augusto Santos
Paresh, The problem is that all geocoded tweets from India dind't have the country field filled. I use geographic database to transform Lat/Long into political boundaries information. The twitter dind't support most of countries boundaries. But if you set a bounding box at Lat/Long India area,

Re: [twitter-dev] Streaming API access level limit

2011-02-28 Thread Augusto Santos
Although this is specified at streaming API docs, it's possible to connect two diferent users at the same IP address. On Mon, Feb 28, 2011 at 5:25 PM, Matt Harris thematthar...@twitter.comwrote: Hi J, Glad you worked it out. The Streaming API (stream.twitter.com) does not support multiple

Re: [twitter-dev] In firehose, how to find tweet's location country and sub-country (state/province) information

2011-02-18 Thread Augusto Santos
Strange question, because whereever the tweets are from (firehose, sample, Spritzer, Gardenhose), the country and sub-country information are in the same place, at json tags: \\place\country \\place\full_name On Thu, Feb 17, 2011 at 8:32 PM, Priti priti.gangr...@gmail.com wrote: In firehose,

Re: [twitter-dev] Re: Streaming Api returning tweets with NULL value for object place

2011-02-17 Thread Augusto Santos
We are reporting similar problem at this thread http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8fbab48c3172b88d# and got no answer from twitter dev team. Need more information? I can give some if needed. On Thu, Feb 17, 2011 at 3:31 PM, Matt Harris

Re: [twitter-dev] Re: Problem with Streaming API location filter

2011-02-17 Thread Augusto Santos
...@gmail.com wrote: same here On Feb 16, 4:40 am, Augusto Santos augu...@gemeos.org wrote: Hi folks, I'm having a huge decrease in my location filter at streaming api. Apparently it's only retrieving tweets with Lat/Long and just a few of those with place_name only. Is there a change

[twitter-dev] Problem with Streaming API location filter

2011-02-16 Thread Augusto Santos
Hi folks, I'm having a huge decrease in my location filter at streaming api. Apparently it's only retrieving tweets with Lat/Long and just a few of those with place_name only. Is there a change on the filter location policy? This problem starts at 2011-02-16 01:00:00 UTC, here's my count sample

Re: [twitter-dev] Streaming API setLocations Accuracy

2011-02-14 Thread Augusto Santos
Any exaples of tweets outside the box and the box itself? On Mon, Feb 14, 2011 at 6:59 PM, 1537 News 1537n...@gmail.com wrote: Good Afternoon I am using the StreamingAPI with a boundary box but finding it to be inaccurate. I don't mind thinking outside the box :) but my a large % of my

Re: [twitter-dev] keyword search on past tweets

2011-02-01 Thread Augusto Santos
Google It with Realtime search feature Example: Search for 'paloalto' keywork in July 2010

Re: [twitter-dev] twitter geocode jsonp prroblem

2011-02-01 Thread Augusto Santos
I saw something like that at stack overflow, I thing is what you need here the source where I found http://stackoverflow.com/questions/2105343/twitter-geocode-to-google-maps and here the application http://varskaviata.nu/twittermap/ Look the source code of the application to understand how it

Re: [twitter-dev] Re: Stream API with firehorse method

2011-01-26 Thread Augusto Santos
You should use Search API http://dev.twitter.com/doc/get/search, remembering that results are limited to 7 days (past). On Tue, Jan 25, 2011 at 9:30 PM, Zhe Chen chenzhe@gmail.com wrote: I want to store all up to date tweets in my database and use another application to search it. The

Re: [twitter-dev] tweet location information

2011-01-18 Thread Augusto Santos
Hi, I don't understand very well your last question about many tags, but using the Search API or Streaming API it's possible to identify the location of a tweets, the location of a user and/or search for multiple tags at same time, since the default binary operator between the tags is OR.

Re: [twitter-dev] Wha'ts the difference between geo and place

2010-12-30 Thread Augusto Santos
Search at http://groups.google.com/group/twitter-development-talk/ might help. Like: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/9e4ea75178174908 On Wed, Dec 29, 2010 at 9:39 AM, Ace asit...@gmail.com wrote: Hi, Is there a detailed explanation about the

Re: [twitter-dev] Re: Broken Json Status on Streaming API

2010-12-29 Thread Augusto Santos
On Nov 12, 6:52 am, Augusto Santos augu...@gemeos.org wrote: In this period of wrong json status, I received either wrong date format of created_at 2747941206892544 Thu Nov 11 35:42:14 + 2010 2565022072963072 Thw Nov 11 03:35:23 + 2010 256213672896 Tju Nov 11 03:23:54

Re: [twitter-dev] Streaming API - Multiple connections on 1 IP?

2010-12-16 Thread Augusto Santos
Yes you can. On Thu, Dec 16, 2010 at 8:23 AM, epomqo wenzi0...@gmail.com wrote: Hello everyone, Just a simple question: can I launch multiple connections to Streaming API using different accounts, but on the same machine? The official document seems don't say this clearly: Each account

Re: [twitter-dev] Broken Json Status on Streaming API

2010-11-12 Thread Augusto Santos
2545567930523648 Vhu Nov 11 02:18:05 + 2010 and so on... Looks like was only one char problem per status, that mess up everything. Since Thu Nov 11 15:44:37 + 2010, I get no json parser or corrupt created_at problem. Thanks. On Thu, Nov 11, 2010 at 11:51 PM, Augusto Santos augu...@gemeos.org

[twitter-dev] Broken Json Status on Streaming API

2010-11-11 Thread Augusto Santos
I recevied a lot of broken json status from streaming api Count of brojen json by day 2010-11-09 2 2010-11-10 4435 2010-11-11 888 Examples: {in_reply_to_status_id_str:2563309119209472,text:@joi4kitten I have that same

Re: [twitter-dev] Broken Json Status on Streaming API

2010-11-11 Thread Augusto Santos
that may have occurred prior to generating your examples below? Do you know how your library is handling escaped quote values like \ ? How many of these did you observe? Thanks, Taylor On Thu, Nov 11, 2010 at 5:10 AM, Augusto Santos augu...@gemeos.orgwrote: I recevied a lot of broken json

[twitter-dev] How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count around 1 billion tweets per day. Thanks, Augusto. -- http://geotweets.gemeos.org/ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Re: How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
Sorry, It's around 100 million tweets per day, in my diff count. On Thu, Oct 28, 2010 at 9:59 AM, Augusto Santos augu...@gemeos.org wrote: Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count around 1 billion tweets per day

Re: [twitter-dev] How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
A guess so.. thanks! On Thu, Oct 28, 2010 at 11:50 AM, Tim Haines tmhai...@gmail.com wrote: No. On Thu, Oct 28, 2010 at 8:59 PM, Augusto Santos augu...@gemeos.orgwrote: Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count

[twitter-dev] Poor experience in Streaming API

2010-10-25 Thread Augusto Santos
Hi folks, I'm getting poor experience in Streaming API with status/filter using locations. A abnormal low status rate Since 5pm UTC. Anyone with the same problem? Thanks, Augusto. -- http://geotweets.gemeos.org/ 氣 -- Twitter developer documentation and resources: http://dev.twitter.com/doc