Tweet Simple

Listen for Tweets for a specific word, hashtag or handle

This is a simple flow which listens to a twitter feed and prints the details of the feed on the debug window

How to build this flow

Step 1: Drag Twitter Input and Set up Twitter

Drag the Twitter input node from the social palette and double click to set up twitter

Add your Twitter ID and set up your twitter credentials at : developer.twitter.com/en/apps

Once you have your twitter credentials successfully set up , you can listen for words , @ids or hashtags

Step 2. Insert Debug and Function Nodes

  1. Insert a Debug node and connect it to Twitter input and name the output to msg.tweet

  1. Insert another Debug node and connect to Twitter Input and name the output msg.tweet.text

3 . Insert the function node connected to Twitter Input with the following code to remove urls from the tweet and replace #

  1. Insert a debug node connected to function Input and name the output msg.payload

Step 3. Deploy Flow

You should be able to see Tweets on the debug Panel

Flow can be imported from :

Last updated

Was this helpful?