
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
n8n-nodes-twitter-scraper
Advanced tools
This is an n8n community node. It lets you use Twitter (X) in your n8n workflows without requiring the official API.
Twitter is a social media platform where users post and interact with messages known as "tweets". This node allows you to interact with Twitter through web scraping techniques, avoiding Twitter API restrictions and costs.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
pnpm i n8n-nodes-twitter-scraper
Alternatively, you can install it directly from the n8n UI:
This node provides operations for two resources: Tweets and Users.
This node uses the Rettiwt-API under the hood, which requires an API key. The API key is used for authentication with Twitter's web interface, not the official API.
To obtain the API key check out the Rettiwt-API documentation.
Check out the commit history for version details.
npm install -g n8n
git clone https://github.com/AlejandroAkbal/n8n-nodes-twitter-scraper.git
cd n8n-nodes-twitter-scraper
pnpm install
pnpm build
rm -rf ./dist
pnpm build
pnpm link --global
mkdir -p ~/.n8n/custom/n8n-nodes-twitter-scraper
cd ~/.n8n/custom/n8n-nodes-twitter-scraper
pnpm link n8n-nodes-twitter-scraper
n8n start
pnpm build
pnpm publish
To merge changes from the upstream n8n-nodes-starter repository:
# Add the upstream repository as a remote
git remote add upstream https://github.com/n8n-io/n8n-nodes-starter.git
# Fetch the changes from the upstream repository
git fetch upstream
# Merge the changes from the upstream master branch
git merge upstream/master --allow-unrelated-histories
# Resolve any merge conflicts and commit the changes
FAQs
Consume Twitter without their API
The npm package n8n-nodes-twitter-scraper receives a total of 40 weekly downloads. As such, n8n-nodes-twitter-scraper popularity was classified as not popular.
We found that n8n-nodes-twitter-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.