MATLAB: Collecting tweet from twitter using Matlab

tweettwittertwitty

Hello! I'm looking for the way to collect tweet from twitter using Matlab as the follows.
– Given the query (i.e. iPad) – Given a period of time (i.e. Jan 2012 – Mar 2012)
Then the program will retrieve tweets contain the term 'iPad' within such period of time and stored in the text file.
Would you please suggest?
Thank you very much.

Best Answer

You can use the Twitter REST API to perform such queries. There is a MATLAB File Exchange submission called twitty which uses that functionality - you can use it like any MATLAB class.
Related Question