Analyzing Tweets With Node-RED
  • Twitter Analysis using Node-RED
  • Setup
  • Workshop
    • Basics
    • Twitter Credentials Setup
    • Tweet Simple
    • Tweet Sentiment
    • Tweet Speech
    • Tweet Tone
    • Tweet Language
  • More Node-RED Flows
    • Tweet Dashboard
    • Twitter Image Analysis
    • Tweet Map
  • More Node-RED resources
Powered by GitBook
On this page

Was this helpful?

  1. Workshop

Twitter Credentials Setup

Steps to set up Twitter Credential

PreviousBasicsNextTweet Simple

Last updated 5 years ago

Was this helpful?

The Twitter input node needs an active Twitter ID to gather tweets as data input

Double click on the twitter node when you insert it into node red and you will see something like this :

To set up a new twitterID click on the pencil button on the side of Twitter ID

You will need an active twitter account and the API Key, API secret key , Access token and Access token secret to set up your account

Go to : How to create a Twitter application to get your keys for Twitter node

Once you have your keys from your twitter app you can add the associated info into the Twitter input node!

Set Setup for Twitter Node