UKM
9838e25bad
🎈优化RSS推送的内容 (#259)
* 🧪 test(tests): 添加了RSS的单元测试
* 🎈 perf(rss and test): 优化了RSS部分源标题正文重复的问题
部分RSS源(RSSHub的Twitter)存在正文当标题用的情况,导致推送的时候呈现为两段重复的文字,现通过Jaccard相似系数来判断是否需要去重
* Update nonebot_bison/platform/rss.py
Co-authored-by: AzideCupric <57004769+AzideCupric@users.noreply.github.com>
* Update nonebot_bison/platform/rss.py
Co-authored-by: AzideCupric <57004769+AzideCupric@users.noreply.github.com>
* 🐞 fix(platform/rss): 修复了漏掉相似文本在后端位置的问题
* 🐞 fix(rss): 修正一些feed无法正确识别时间的bug
一些feed时间只有updated标签或者没有,原先的代码只能解析用published标签的时间
felinae98#275
* 🎈 perf(rss): 更改字符串相似度比较方法
从Jaccard相似系数比较相似度改为通过最长公共子序列来比较
* 🦄 refactor(rss): 重构实现字符串相似度比较的方法
使用标准库difflib代替原先手搓的LCS
* Update nonebot_bison/utils/__init__.py
Co-authored-by: felinae98 <731499577@qq.com>
* Update nonebot_bison/platform/rss.py
* Update nonebot_bison/platform/rss.py
---------
Co-authored-by: AzideCupric <57004769+AzideCupric@users.noreply.github.com>
Co-authored-by: felinae98 <731499577@qq.com>
2023-07-18 11:54:49 +08:00
..
2023-03-03 17:16:15 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-03-21 16:20:20 +08:00
2022-02-12 00:48:25 +08:00
2022-03-21 16:20:20 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-10-19 23:49:02 +08:00
2023-05-23 00:05:50 +08:00
2022-09-02 02:48:11 +08:00
2022-09-02 02:48:11 +08:00
2022-05-21 18:19:06 +08:00
2022-05-21 18:19:06 +08:00
2022-08-04 23:06:38 +08:00
2022-08-04 23:06:38 +08:00
2022-08-04 23:06:38 +08:00
2022-07-05 22:55:32 +08:00
2022-02-18 18:31:13 +08:00
2022-02-18 18:31:13 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2023-07-18 11:54:49 +08:00
2022-09-01 01:59:46 +08:00
2022-05-15 01:00:53 +08:00
2022-05-15 01:00:53 +08:00
2022-02-12 00:48:25 +08:00
2022-02-12 00:48:25 +08:00
2022-02-16 21:42:49 +08:00
2022-04-30 00:46:52 +08:00
2022-04-30 00:46:52 +08:00
2022-02-16 21:42:49 +08:00
2022-02-12 00:48:25 +08:00