Twitter Sentiment Analysis using Logic Apps and Text Analytics

Priyal Nile 1 Reputation point
2021-02-06T01:17:18.28+00:00

Hi Team,

In the Azure Logic App, I am unable to capture tweets for more than 1 hashtag at a time. If I mention multiple hashtags, then the trigger doesn't capture the tweets if "ALL" of those hashtags are not present. I want to capture tweets in an "OR" fashion. i.e. if any hashtag is present among a list of 50 hashtags, it should store the result.

Any suggestions, please?

Thanks.
Priyal.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
359 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,415 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,861 Reputation points
    2021-02-07T12:14:23.133+00:00

    Hi Priyal,

    Thank you for posting your question on the Q&A platform.

    Twitter offers an API that provides the most recent tweets matching a search term (word, phrase, or hashtag). We'll query that API for each subscribed search term within our Logic App. The API is available as a Microsoft Connector.

    Refer: https://learn.microsoft.com/en-us/samples/azure-samples/azure-serverless-twitter-subscription/azure-serverless-twitter-subscription/

    Regards,
    Kamlesh Kumar

    0 comments No comments