n8n-nodes-rettiwt
v0.3.4
Published
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
Downloads
523
Maintainers
Readme
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:
- Go to the Rettiwt Developer Portal (Note: This is a fictional URL for the example)
- Log in or create a new account
- Navigate to "Apps" and click "Create an App"
- Fill in the required information about your app
- Once created, go to the "Keys and Tokens" tab
- 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:
- Start Node: Use a "Schedule" node to trigger the workflow at specific intervals.
- Rettiwt Node:
- Operation: "Post Tweet"
- Tweet Text: "Hello from n8n! #automation"
- 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:
To create a new API key:
- Select "API Key" as the Resource
- Choose "Create" as the Operation
To delete an API key:
- Select "API Key" as the Resource
- Choose "Delete" as the Operation
- Provide the Key ID to delete
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.