Well, the simplest solution I can think of is AJAX. You will need a CGI script (or program) that retrieves data from the Twitter Streaming API . In the methods you will find statuses/filter
, which will return an array of statuses for your keywords.
Draw a conclusion from the CGI script, parse it and put the information in an array in Javascript. When a new status appears, release the last one. Check your CGI script constantly to get new statuses, process their processing and put them on the page.
I donβt think anyone will write such specific code unless you offer generous generosity as @rdlowry said in his comment. :)
However , I recommend you write it yourself. He will teach you how to solve similar problems, how to approach such problems and how to read API documentation (which is also very important).
All the best.
user613857
source share