question

PriyalNile-2967 avatar image
0 Votes"
PriyalNile-2967 asked PHTestAccount-2150 commented

Twitter Sentiment Analysis using Logic Apps and Text Analytics

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-appsazure-cognitive-servicesazure-text-analytics
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @PriyalNile-2967 ,

Did you ever manage to figure this one out? I'm having exactly the same trouble! The answer you got didn't really make a lot of sense to me.

I'm starting to wonder if I will need to create a new app for everything I want to search for which will be a nightmare

Thanks,
Helen

0 Votes 0 ·

1 Answer

KamleshKumar avatar image
0 Votes"
KamleshKumar answered

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://docs.microsoft.com/en-us/samples/azure-samples/azure-serverless-twitter-subscription/azure-serverless-twitter-subscription/

Regards,
Kamlesh Kumar

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.