We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all! I am trying to obtain the twitter stream inside processing. I know it is necessary to install the library twitter4j. I tried with this one: http://codasign.com/tutorials/processing-and-twitter/processing-and-twitter-getting-started/ (the one inside the blue link)...following the instructions for the installation.
Than I use the code at this link https://github.com/neufuture/SimpleTwitterStream/
but when I run the processing gives me an error...Apparently it cannot read the class TwitterStream.
Could someone help me to figure out what it is not correct in my procedure? Thank you
Answers
http://twitter4j.org
Search the Forum for Twitter. There are plenty of examples.
There are some diferences from that version and the current one. So look for newer code. I have some code at home, if you haven't found any when I get there.
Hi! Do you mean there are some differences between the code I am using and a more recent one? It is quite old actually, true! If you have codes to share, they are welcomed! Thank you a lot for your help
tested with twitter4j 4.0.3
Rest API. tweet/getTimeline/Search:
Stream API. Open with or without a query and save to JSON... NOt sure though if this is the one with save working...
Not the cleanest code around...
Hey Thank you so much!