0.2.0 • Published 2 months ago

n8n-nodes-twitter-scraper v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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
0.2.0

2 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago