Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-rettiwt

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-rettiwt

Optimized n8n node to interact with the Rettiwt API, enabling tweet posting, liking, retweeting, user following, API key management, and more with improved error handling and performance

  • 0.3.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by100%
Maintainers
0
Weekly downloads
 
Created
Source

n8n-nodes-rettiwt

This is a node for n8n to interact with the Rettiwt API, enabling various operations such as posting tweets, liking tweets, retweeting, following users, and managing API keys.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Contributing
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Tweet Operations

  • Post Tweet
  • Get Tweet
  • Like Tweet
  • Retweet
  • Search Tweets

User Operations

  • Follow User
  • Get User Details
  • Get User Timeline

API Key Operations

  • Create API Key
  • Delete API Key
  • Get Many API Keys

Credentials

To use this node, you need to have a Rettiwt API key. Here's how to obtain one:

  1. Go to the Rettiwt Developer Portal (Note: This is a fictional URL for the example)
  2. Log in or create a new account
  3. Navigate to "Apps" and click "Create an App"
  4. Fill in the required information about your app
  5. Once created, go to the "Keys and Tokens" tab
  6. You'll find your API Key (Consumer Key) here. Use this key when setting up the Rettiwt node in n8n

Remember to keep your API key secure and never share it publicly.

Compatibility

This node has been developed and tested with n8n version 0.225.0. The latest version (0.3.2) includes optimizations for better performance, improved error handling, and API key management features.

Usage

Here's an example of how to use the Rettiwt node in an n8n workflow:

  1. Start Node: Use a "Schedule" node to trigger the workflow at specific intervals.
  2. Rettiwt Node:
    • Operation: "Post Tweet"
    • Tweet Text: "Hello from n8n! #automation"
  3. Rettiwt Node:
    • Operation: "Get Tweet"
    • Tweet ID: Use an expression to get the ID of the tweet posted in the previous step.

This simple workflow will post a tweet and then fetch the details of the posted tweet.

Managing API Keys

You can now manage your API keys directly from the Rettiwt node:

  1. To create a new API key:

    • Select "API Key" as the Resource
    • Choose "Create" as the Operation
  2. To delete an API key:

    • Select "API Key" as the Resource
    • Choose "Delete" as the Operation
    • Provide the Key ID to delete
  3. To get a list of all your API keys:

    • Select "API Key" as the Resource
    • Choose "Get Many" as the Operation

Recent Improvements

Version 0.3.2 includes the following optimizations:

  • Added API Key management features (create, delete, get many)
  • Enhanced error handling for better debugging and user feedback
  • Improved code structure for better readability and maintainability
  • Added detailed comments to facilitate easier understanding and future development
  • Clarified instructions for obtaining and using API credentials

Resources

Contributing

We welcome contributions to improve n8n-nodes-rettiwt! Here are some ways you can contribute:

  • Report bugs or suggest features by creating new issues
  • Submit pull requests to fix issues or add new features

Please check our CONTRIBUTING.md file for more details on how to contribute.

For bug reports and feature requests, please use the GitHub Issues feature:

Version history

Refer to the CHANGELOG.md file for the detailed version history of this node.

Keywords

FAQs

Package last updated on 14 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc