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 more.
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
- Post Tweet
- Get Tweet
- Like Tweet
- Retweet
- Search Tweets
- Get User Details
- Follow User
- Get User Timeline
Credentials
To use this node, you need to have a Rettiwt API key. You can obtain this from your Rettiwt developer account.
Compatibility
This node has been developed and tested with n8n version 0.225.0.
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.
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 version history of this node.