Dumping Twitter Stream API to Mysql
I'm looking for a way to dump tweets from about 12 different twitter users
into a mysql database using the Twitter Stream API. I don't need a whole
lot of information, just the screen name, tweet, date/time and if it was a
reply/retweet. I already have my keys/secrets ready to connect in.
Ideally, I'd like to do this in PHP because its what I'm most familiar
with, but I guess any language will do as long as i can run it from linux
command line as a daemon or through a screen session.
So far, all the solutions I have found are way too complex for something
that I feel should be fairly simple. Any help would be greatly
appreciated.
No comments:
Post a Comment