The set of streaming APIs offered by Twitter give developers low latency access to Twitter's global stream of Tweet data.

learn more… | top users | synonyms

0
votes
0answers
111 views

twitterstream daemon broke down

I am using [twitterstream][1] to fetch tweets from streaming API. I have daemonized the streamer using standard method in twitterstream. Its been around 15 days and the daemon stopped. Nothing in the ...
0
votes
1answer
341 views

Streaming api number of terms limit

I am using twitter streaming api to track terms. I knot that there is a limit that each term should not be more than 60 characters in length. I want to know is there ant limit on the number of ...
0
votes
2answers
206 views

How run twitterstream in background and store statuses into the database

I am using twitterstream to fetch tweets from twitter and store them to the database. I have been successful in fetching the tweets but not able to run it in the background. Can any one tell me how to ...
0
votes
1answer
271 views

Libcurl Callback Function Might Not be Working for Twitter Streaming [duplicate]

Possible Duplicate: Using HTTP authentication with libcurl in C for Twitter Streaming I was able to write a C code that receives a stream of Tweets from streaming API. But the stream is not ...
1
vote
1answer
105 views

Subscribe to several Twitter Streams API with same credentials

Is there any way to open multiple status streams with the same credentials to track several words?
1
vote
1answer
378 views

Restart a Perl Script on Error? (Perl Newbie)

I am using AnyEvent::Twitter::Stream module obtained from CPAN. I am also new to Perl, and this script which I modified from the example fires an event to insert a bit of twitter data into a database ...
1
vote
2answers
1k views

Twitter Stream Filter By Location

Is it possible for Twitter Stream API to filter tweets by the location field? As you can see in the sample JSON entry below that there is "location":"philippines" field - value. Now, what I wanted is ...
1
vote
2answers
81 views

Distributing Twitter Widget Among Application Users

Hey guys is there anyway to circumvent the Twitter rate limit by using a Twitter widget and embedding it in the end users browser? In other words would using Twitter Search widget apart of the user's ...
0
votes
1answer
577 views

How to use streaming twitter api to monitor an hashtag in java?

Can someone show me a java example? I was looking for it, but I haven't found nothing
2
votes
0answers
519 views

Keeping Twitter Streaming API with Phirehose and CakePHP alive

I have been running the Twitter Streaming API via the Phirehose lib, also using cakePHP as my framework. Running Phirehose works correctly, successfully connecting to the Streaming API and returning ...
2
votes
1answer
953 views

Detect Tweet deletion with Twitter Streaming API

The Twitter Streaming API can be used to detect a phrase using the following query: http://stream.twitter.com/1/statuses/filter.json?track=phrase However, the same query doesn't seem to detect when ...
0
votes
1answer
114 views

Twitter - Constant search for term

I wonder if anyone can help me, I'm getting a little confused as to which API to use. If anyone can offer some guidance I would really appreciate it. I'm trying to create an website where users ...
2
votes
1answer
582 views

What's wrong with my Twitter stream bounding boxes?

Given this url, I should see tweets around London, right? http://stream.twitter.com/1/statuses/filter.json?locations=51.23,-0.28,51.68,0.25 But nothing happens :( I tried different areas but I ...
5
votes
1answer
1k views

Facebook Fan Page vs. Twitter Streaming API

What is the counterpart of Twitter Streaming API for Facebook Fan Page? How can i get real time updates from a Facebook Fan Page?
0
votes
3answers
1k views

Consume Twitter streaming API into database

I want to consume a few keywords on the Twitter streaming API (they're low traffic, so performance is not a huge issue) and log each Tweet's JSON data into a database. I want the service to run on my ...
0
votes
1answer
861 views

Twitter Streams API with Heroku

Hi I'm really becoming mad with this problem. I need to continuously post to another server some tweets, in realtime. They are filtered by a hashtag. I'm using this solution: ...
1
vote
1answer
650 views

YAJL stream parsing and Twitter streaming API

Twitter streaming API returns blocks of JSON, but my YAJL parser stops after the first one. I guess this is because every block of JSON is independant (i.e: not in a global array), so YAJL has no way ...
0
votes
1answer
849 views

Phirehose hangs?

I'm trying to use Phirehose to get Twitter tweets for a particular keyword but it always seems to hang when I launch the page on my site. There are two examples, I have: 1) using 140dev's work (with ...
0
votes
1answer
729 views

Twitter Stream API with PHP/Javascript Implimentation

I am trying to create website to show a live twitter feed concerning a particular hash tag, say #baseball or from a particular user @twitter, my filter looks like #baseball OR @twitter Now I have ...
0
votes
1answer
624 views

Implementing an open chat room using twitter stream api

I want to implement an open chat room where people can chat about a particular topic using twitter's streaming api, do you guys think it's feasible? The idea is to group the chat based on a certain ...
1
vote
1answer
140 views

Is there a Twitter Streams API for Ruby?

Does anyone know of a Ruby gem or plugin that provides a simple interface to the Twitter Steams API?

1 2