How to check the text of a tweet for a specific keyword from an array in python – Ebay API
Hi I am having an issue with searching for a specific piece of text within a tweet. I am currently using tweepy to stream tweets based on an array of keywords (called filterKeywords), however i want a specific function to…