Collecting tweet from twitter using Matlab

1 view (last 30 days)
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.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 25 Jul 2012
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.
  3 Comments
Kaustubha Govind
Kaustubha Govind on 25 Jul 2012
Rucci: Sorry, I'm not familiar with that submission, I just found it using a web search. Perhaps you can post your question as a comment on the twitty page, or contact the author directly.
Rucci
Rucci on 25 Jul 2012
That's ok. Thank you very much. (^___^)

Sign in to comment.

More Answers (1)

Felix Heller
Felix Heller on 27 Jan 2016
Hey could u solve the problem? I am doing a thesis and I want to collect tweets for a specific period? may you help me?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!