注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。
主要是利用中文 Telegram RSS 机器人:RustRssBot,项目地址:https://github.com/iovxw/rssbot
在自己的服务器上运行,Linux系统。
一、创建Telegram RSS订阅机器人
1、创建RssBot
在Telegarm中,搜索栏粘贴 @botfather
然你就打开了botfarther的聊天对话框,输入
/newbot
回车发送,botfarther会反馈
Alright, a new bot. How are we going to call it? Please choose a name for your bot.
输入你要创建的bot名字。例如zhujiwiki_bot,回车发送
Done! Congratulations on your new bot. ……
Use this token to access the HTTP API:
xxx:xxx
2、在服务器上搭建
rssbot已编译最新版是1.4.4:https://github.com/iovxw/rssbot/releases
wget https://github.com/iovxw/rssbot/releases/download/v1.4.4/rssbot-v1.4.4-linux.zip unzip rssbot-v1.4.4-linux.zip ./rssbot DATAFILE TELEGRAM-BOT-TOKEN
TELEGRAM-BOT-TOKEN替换为上面申请的HTTP API
3、服务器后台运行
nohup ./rssbot DATAFILE TELEGRAM-BOT-TOKEN > /dev/null 2>&1 &
4、在Telegram订阅频道中,即可订阅自己的rss源
/rss - 显示当前订阅的 RSS 列表,加 raw 参数显示链接 /sub - 订阅一个 RSS: /sub http://example.com/feed.xml /unsub - 退订一个 RSS: /unsub http://example.com/feed.xml /unsubthis - 使用此命令回复想要退订的 RSS 消息即可退订, 不支持 Channel /export - 导出为 OPML
如:/rss https://bmvps.com/feed ,即订阅了本站,站点有更新时就会在Telegram中显示。
二、添加RSS订阅机器人到Telegram频道或群组
1、把订阅机器人设为另一个频道的管理员
2、在这个频道中发送 /sub @zhujiwiki_bot https://bmvps.com/feed ,即可订阅本站。