Skip to content

[NODE] Add Tweet Post documentation #43

@ShambaC

Description

@ShambaC

Node Config

{
    title: "Tweet Post",
    category: "social",
    type: "tweet_post",
    icon: {},
    desc: "Post an update to your twitter account",
    credit: 100,
    inputs: [
        {
            desc: "The flow of the workflow",
            name: "Flow",
            type: "Flow",
        },
        {
            desc: "Text that you want to post",
            name: "Post",
            type: "Text",
        },
    ],
    outputs: [
        {
            desc: "The link of the posted tweet",
            name: "Tweet Link",
            type: "Text",
        },
    ],
    fields: [
        {
            desc: "Text that you want to post",
            name: "Post",
            type: "TextArea",
            value: "Enter text here...",
        },
        {
            desc: "Connect to your Twitter account",
            name: "Twitter",
            type: "social",
            defaultValue: "",
        },
    ],
    difficulty: "easy",
    tags: ["twitter", "tweet", "post", "social"],
}

Additional Information

Long Description:
Create a text post on twitter / X via your agent

Use Cases:

  • Post your thoughts enhanced by LLMs via your agent
  • Make posts via Telegram
  • Make automated regular posts via agents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions