Azure Logic Apps

Logic App is a cloud-based service. It allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event in another Service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically perform some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important article links, mentioned below.

Here, we will see how to convert specific Twitter tweets to Audio files automatically.

Create a Logic Flow to convert a specific Tweet to Audio File

Here, we need to connect to Twitter, Microsoft Cognitive Service (Text-to-speech), and OneDrive

Prerequisites

Follow the below steps to build a workflow using a template.

Step 1. Log into https://portal.azure.com/

Step 2. Now, let us create the Logic App for converting the specific tweet into an audio file and store it on the OneDrive.

Step 3. Now, click on the Blank Logic App.

Blank Logic App

Step 4. Configure the data by signing into Twitter and OneDrive.

Step 5. Configure the Text Analytics for detecting the sentiment of the tweet.

Step 6

Step 7. Now, we need to save the workflow and run it.

Run

Output

Send a Tweet with a specific hashtag.

Specific hashtag

Now, the Tweet converts into an audio file and is saved on OneDrive.

Tweet converts

Audio File

Audio File

Summary

I hope you understand how to convert a tweet about a specific hashtag into an audio file and save that automatically into OneDrive, Stay tuned for more.