Skip to content

Reddit 节点(Reddit node)#

使用 Reddit 节点可以在 Reddit 上自动化工作,并将 Reddit 与其他应用集成。n8n 内置支持广泛的 Reddit 功能,包括获取个人资料和用户信息、检索帖子评论和子版块,以及提交、获取和删除帖子。

🌐 Use the Reddit node to automate work in Reddit, and integrate Reddit with other applications. n8n has built-in support for a wide range of Reddit features, including getting profiles, and users, retrieving post comments and subreddit, as well as submitting, getting, and deleting posts.

本页列出了 Reddit 节点支持的操作列表以及更多资源的链接。

🌐 On this page, you'll find a list of operations the Reddit node supports and links to more resources.

凭证

请参考 Reddit 凭证 了解有关设置身份验证的指南。

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

操作(Operations)#

  • 发布
    • 向子版块提交帖子
    • 删除子版块中的帖子
    • 从子版块获取帖子
    • 获取子版块中的所有帖子
    • 在子版块或整个 Reddit 中搜索帖子。
  • 发表评论
    • 在帖子中创建顶层评论
    • 检索帖子中的所有评论。
    • 从帖子中移除评论
    • 回复帖子中的评论
  • 配置文件
    • 获取
  • 子版块
    • 检索有关子版块的背景信息。
    • 检索 Reddit 所有子版块的信息。
  • 用户
    • 获取

模板和示例(Templates and examples)#

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.