n8n-nodes-twitter-scraper
v0.2.0
Published
Consume Twitter without their API
Downloads
78
Maintainers
Keywords
Readme
n8n-nodes-twitter-scraper
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
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Create, retweet, and like tweets.
Credentials
Follow the Rishikant181/Rettiwt-API authentication section to set up the credentials.
Compatibility
Tested on n8n v1.29.1
Resources
Version history
- V1, initial version
Development
Initial setup
# 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