Nov 8, 2016
0
Level 2
Getting Tweets containing certain words?
Hi guys,
I've jumped into Laravel and Web Development and working on a simple site. One of the sections will pull 4/5 recent tweets containing 2 or 3 words. I've setup processing tweets in real time using a Job and a new command which then processes it and create an entry in the database.
Is there a simpler way without requiring a Supervisor and table? I don't really need real-time updates just a quick call to the API to get the most recent tweets with these words.
Thanks
Please or to participate in this conversation.