To Send An Alert Message ✉ On Twitter Using React Feature Of Thingspeak

To Send An Alert Message ✉ On Twitter Using React Feature Of Thingspeak

In this article, I will demonstrate you how we can tweet an alert message on Twitter using REACT feature of Thingspeak.

Why use React?

React allows you to trigger a ThingHTTP request or send a tweet using ThingTweet when your ThingSpeak Channel meets a certain condition.

Let's start! 🕵️‍♀️

  • Open Thingspeak and select ThingTweet from Apps.

1,.PNG

  • Click on ThingTweet and there will be a button 'Link Twitter Account' to connect Thingspeak account to your Twitter account.

2,.PNG

  • Now select Authorize app.

3,.PNG It will look like this:-

4,.PNG

  • After linking Twitter account again go to Apps and select React feature and make a React for the twitter using Thingtweet.

5,.PNG

6,.PNG We need to run any project using Matlab Analysis or any other online platform such as Tinkercad to update the value. In case, you want to update the value directly, then just copy the write a channel feed from the channel and paste it on google search.

7,.PNG

8,.PNG

  • Now change the value by replacing 0 by any other value (greater than 85) and press enter.

9,.PNG Now value is changed on the channel.

10,.PNG

And as in react we specified that if value is greater than 85 then a tweet will be generated. Now the condition is met and the tweet is generated

11,.PNG