
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-twitter-scraper-v6
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-v6
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/javierbentez/n8n-nodes-twitter-scraper-v6.git
cd n8n-nodes-twitter-scraper-v6
pnpm install
pnpm build
rm -rf ./dist
pnpm build
pnpm link --global
mkdir -p ~/.n8n/custom/n8n-nodes-twitter-scraper-v6
cd ~/.n8n/custom/n8n-nodes-twitter-scraper-v6
pnpm link n8n-nodes-twitter-scraper-v6
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
We found that n8n-nodes-twitter-scraper-v6 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.