Giter Site home page Giter Site logo

fossabot / rssflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from indes/flowerss-bot

1.0 0.0 0.0 96 KB

A telegram bot for rss reader 一个支持应用内阅读的 Telegram RSS Bot

Home Page: https://t.me/rssflowbot

License: MIT License

Makefile 0.40% Go 99.60%

rssflow's Introduction

RSSFlow

Build Status Go Report Card MIT license FOSSA Status

DEMO: https://t.me/rssflowbot

Features

  • 支持 Telegram 应用内 instant view
  • 默认10分钟抓取一次

安装

由于 GoReleaser 不支持 Cgo,如果要使用 SQLite 做为数据库,请下载源码自行编译。

源码安装

git clone https://github.com/indes/rssflow && cd rssflow
make build
./rssflow

下载二进制

不支持 SQLite

Releases 页面下载对应的版本。

配置

根据以下模板,新建 config.yml 文件。

bot_token: XXX
telegraph_toke: xxxx
socks5: 127.0.0.1:1080
update_interval: 10
mysql:
  host: 123.123.132.132
  port: 3306
  user: user
  password: pwd
  database: rssflow

配置说明:

配置项 含义 必填
bot_token Telegram Bot Token 必填
telegraph_token Telegraph Token, 用于转存原文到 Telegraph 可忽略(不转存原文到Telegraph )
update_interval RSS 源扫描间隔(分钟) 可忽略(默认10)
socks5 用于无法正常 Telegram API 的环境 可忽略(能正常连接上 Telegram API 服务器)
mysql 数据库配置 可忽略(使用 SQLite )

使用

命令:

/sub [url] 订阅源
/unsub [url] 取消订阅
/list 查看当前订阅源
/ping :)

建议配合 RSSHub 使用。

License

FOSSA Status

rssflow's People

Contributors

fossabot avatar indes avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.