Reddit 节点#
使用 Reddit 节点在 Reddit 中自动化工作,并将 Reddit 与其他应用程序集成。n8n 内置支持广泛的 Reddit 功能,包括获取个人资料和用户、检索帖子评论和子版块,以及提交、获取和删除帖子。
在此页面上,您将找到 Reddit 节点支持的操作列表以及更多资源的链接。
凭据
请参考 Reddit 凭据 获取设置身份验证的指导。
此节点可用作 AI 工具
此节点可用于增强 AI 代理的功能。以这种方式使用时,许多参数可以自动设置,或使用 AI 指导的信息设置 - 在 AI 工具参数文档中了解更多信息。
操作#
- Post 帖子
- Submit a post to a subreddit 向子版块提交帖子
- Delete a post from a subreddit 从子版块删除帖子
- Get a post from a subreddit 从子版块获取帖子
- Get all posts from a subreddit 获取子版块的所有帖子
- Search posts in a subreddit or in all of Reddit. 在子版块或整个 Reddit 中搜索帖子。
- Post Comment 帖子评论
- Create a top-level comment in a post 在帖子中创建顶级评论
- Retrieve all comments in a post 检索帖子中的所有评论
- Remove a comment from a post 从帖子中移除评论
- Write a reply to a comment in a post 回复帖子中的评论
- Profile 个人资料
- Get 获取
- Subreddit 子版块
- Retrieve background information about a subreddit. 检索子版块的背景信息。
- Retrieve information about subreddits from all of Reddit. 从整个 Reddit 检索子版块信息。
- User 用户
- Get 获取
模板和示例#
如果不支持您的操作该怎么办#
如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。
您可以在 HTTP 请求节点中使用为此服务创建的凭据:
- 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型。
- 选择您要连接的服务。
- 选择您的凭据。
有关更多信息,请参阅自定义 API 操作。