Telegram RSS机器人-Flowerss bot比较全面的安装教程
Flowerssr bot的简单介绍 RSS基于XML标准,在互联网上被广泛采用的内容包装和投递协议。 在博客、杂志等等的地方有广泛的应用,而Flowerssr bot就是一个支持应用内即时预览的 Telegram RSS Bot。 GitHub地址: https://github.com/indes/flowerss-bot 官方教程: https://flowerss-bot.now.sh/ 安装教程 准备安装前请先安装Docker,安装命令 #CentOS 6系统 rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum update -y yum -y install docker-io service docker start chkconfig docker on #CentOS 7、Debian、Ubuntu系统 curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker 使用Putty或是Xshell等软件进入你的系列,执行以下命令 mkdir ~/flowerss &&\ wget -O ~/flowerss/config.yml \ https://raw.githubusercontent.com/indes/flowerss-bot/master/config.yml.sample 然后我们需要编辑一下config.yml文件,具体用WinSCP或是宝塔文件管理(docker也可以在宝塔面板里安装)都可以。 新手不建议使用vim命令直接编辑。 文件所在目录: /root/flowerss/config.yml 打开之后参考下面的配置,这里还有一个小坑,bot_token: xxxxx:xxxxxxxxxxxxxxxxxxxx 这个冒号后面是有一个空格的。 bot_token: xxxxx:xxxxxxxxxxxxxxxxxxxx #Telegram机器人的密钥 telegraph_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx