-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] use commands in CLI style #470
Comments
Sorry for using a wrong example, because I noticed that it's possible to use |
Sounds convenient. It shouldn't be too hard to implement, but the complicated part is designing the layout of command arguments. I will consider it when I am spare. |
@Rongronggg9 对比了很多rss工具,大佬你的工具还是最好用的。能不能考虑做一个脱离tg的版本?使用bark等方式推送,使用cli/web等方式管理 |
RSStT 是我的早期作品,当初仅仅是自用,未有良好设计和抽象,基本维持这个状态至今,代码量已达 10k 行。鉴于此,用户介面与 Telegram (尤其是使用的库
但是如果仅仅是用作这种推送形式,恐怕占据 RSStT 代码量半壁江山的文章格式化、媒体解析是用不上的,实在是杀鸡用牛刀了。 况且我没有任何苹果设备。
这相当于要补全 B/S 或 C/S 架构中的 Browser 或 Client。现在,相当于是 Telegram 来充当 Client。于是,不得不新写一个 CLI client 或者 Web 前端,这又是一个不小的工作量。 基本上,在这里提出这个请求已经离题了。所以我不打算再答复太多。 事实上更适合这个需求可能是 SaaS 形式的 RSS 阅读器,这种形式的 RSS 阅读器,应当可以做到云端推送。 |
For example, I'm always using the
set_title
, but it seems that I cannot use theset_title
with channels so I have to use/import
or modify the database manually:RSS-to-Telegram-Bot/src/command/inner/customization.py
Lines 249 to 270 in 60f30a1
With enhanced
/sub
:We can parse it as cli arguments.
What do you think?
The text was updated successfully, but these errors were encountered: