One of my colleagues who works for a social grievance management project is responsible for monitoring the problems that users post on social platforms such as Facebook, Twitter, and so on. He was facing the problem of continuously monitoring the tweets posted on his customer's Twitter handle with specific hashtags. His major job was to respond quickly to the tweets by users with a huge follower count, say, users with more than 50K followers. So, he was looking for a solution that keeps monitoring a particular hashtag and alerts him whenever an user with more than 50K followers tweets so that he can quickly have his team respond to that user.
Note that for the sake of simplicity, we will have the condition to check for 200 followers instead of 50K followers.
Before I knew about Azure Logic Apps, I thought...