This is a n8n community node. It lets you use Twitter in your n8n workflows.
This node uses the Rishikant181/Rettiwt-API package to interact with Twitter without using the Twitter API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Version history
Development
Follow the installation guide in the n8n community nodes documentation.
Create, retweet, and like tweets.
Follow the Rishikant181/Rettiwt-API authentication section to set up the credentials.
Tested on n8n v1.29.1
- V1, initial version
# Node
npm i
npm link
# n8n
npm install -g n8n
cd ~/.n8n
mkdir -p custom
cd custom
npm link n8n-nodes-twitter-scraper
Then to develop
rm -rf dist && npm run build && n8n start