综合类个人主理频道,收录推送各类项目,开源推荐较多
#开源 #网站 #AI #教程 #notion #rss
访问主页: www.noisework.cn
投稿bot: @noisewowbot
搜索bot:@Efficiencysearchbot
网站bot:@noisesearchbot
RSS订阅: https://rsshub.app/telegram/channel/quanshoulu
频道页面:https://tg.noisework.cn
#开源 #网站 #AI #教程 #notion #rss
访问主页: www.noisework.cn
投稿bot: @noisewowbot
搜索bot:@Efficiencysearchbot
网站bot:@noisesearchbot
RSS订阅: https://rsshub.app/telegram/channel/quanshoulu
频道页面:https://tg.noisework.cn
#flarum
Flarum引入RSS自动发帖
介绍
准确的来说,是通过RSS自动化引入来展示flarum的自动化api的使用
使用前提:自部署flarum+Activepieces平台
首先,需要了解flarum的REST API
官方文档:https://docs.flarum.org/zh/rest-api
一、获取API身份验证
按照官方说明进行API请求创建token
二、Activepieces平台创建RSS工作流程
1、http请求中使用post请求
2、请求headers中填写content-type为application/vnd.api+json
3、Authorization为第一步中获得的Token,示例格式为Token EnuAHc0wMd1zZUw3NrwfLCzRzl7ZfdZM5xt(注意要有空格)
4、Body中为json格式,示例:
{
"data": {
"type": "discussions",
"attributes": {
"title": "标题",
"content": "内容"
}
}
}
最后测试下是否发生成功
当然,你也可以直接在api请求中发布新的主题内容
其它自动化案例:https://efficiencyfollow.notion.site/1a51a2fb44aa4813a7967ced98b7a725?pvs=4
📡发布:https://noisevip.cn/17710.html
📢关注频道:@quanshoulu
💬频道社群:https://www.noisework.cn/qun/
📬投稿bot:@noisewowbot
📇搜索bot:@Efficiencysearchbot
🎁访问主页: www.noisework.cn
Flarum引入RSS自动发帖
介绍
准确的来说,是通过RSS自动化引入来展示flarum的自动化api的使用
使用前提:自部署flarum+Activepieces平台
首先,需要了解flarum的REST API
官方文档:https://docs.flarum.org/zh/rest-api
一、获取API身份验证
按照官方说明进行API请求创建token
二、Activepieces平台创建RSS工作流程
1、http请求中使用post请求
2、请求headers中填写content-type为application/vnd.api+json
3、Authorization为第一步中获得的Token,示例格式为Token EnuAHc0wMd1zZUw3NrwfLCzRzl7ZfdZM5xt(注意要有空格)
4、Body中为json格式,示例:
{
"data": {
"type": "discussions",
"attributes": {
"title": "标题",
"content": "内容"
}
}
}
最后测试下是否发生成功
当然,你也可以直接在api请求中发布新的主题内容
其它自动化案例:https://efficiencyfollow.notion.site/1a51a2fb44aa4813a7967ced98b7a725?pvs=4
📡发布:https://noisevip.cn/17710.html
📢关注频道:@quanshoulu
💬频道社群:https://www.noisework.cn/qun/
📬投稿bot:@noisewowbot
📇搜索bot:@Efficiencysearchbot
🎁访问主页: www.noisework.cn