I'm just getting started doing some things with Twitter and Drupal. As far as I can tell, none of the current modules offer any support for the Twitter Streaming API. Is this correct, or did I miss one? Thanks much!

Comments

shinz83’s picture

Did you ever find a solution for twitter streaming?

jim_at_miramontes’s picture

I never found anything directly relevant out there, and so began to hack. I have something sorta kinda working, but it's really not yet fit for public viewing :). It would probably be a noble thing for me to clean it up and post it, but doing that will have to wait for awhile. Wish I had better news...

gapple’s picture

I've just published a module for consuming the public Twitter Streaming API:
http://drupal.org/project/twitterstream

Right now it just stores the raw JSON tweet data in the database, but I would be glad to hear any feedback.