Open sizxiwu opened 1 year ago
Unfortunately, since nonebot
plugins are written in Python instead of TypeScript/JavaScript that Koishi supports, all nonebot
plugins should be translate
to JavaScript and export a compatible interface for Koishi itself.
The former one is solved by the Pyodide project. But the latter one still should we write some compatible code or even change the original Python code manually. So it is not easy to make all nonebot
plugins run on Koishi, so we could only support some of them currently.
If you have found any plugins that is useful, you could write them down in an issue or discussion, we would try our best to make it running on Koishi as soon as possible.
不幸的是,由於 nonebot
插件是用 Python 而不是 Koishi 支持的 TypeScript/JavaScript 編寫的,因此所有 nonebot
插件都應該翻譯
為 JavaScript 並為 Koishi 本身導出一個兼容的接口。
前者由Pyodide項目解決。 但是後一種還是要自己寫一些兼容的代碼,甚至手動改一下原來的Python代碼。 所以讓所有的 nonebot
插件都運行在 Koishi 上並不容易,所以我們目前只能支持其中的一部分。
如果大家發現了有用的插件,可以在issue或者discussion中記錄下來,我們會盡快在Koishi上運行。
有没有交流群啊
The official Koishi QQ group or discord server is where you could talk about nonebot plugins on Koishi: https://koishi.chat/about/contact.html
目前 nonebot 插件由我手动挑选并发布,暂时没有开放安装其他 nonebot 插件的途径。这是因为目前的 koishi-plugin-nonebot 只实现了 nonebot 的一个子集,一些特性尚未支持。
如果你有想要收录的插件,可以提 issue 告诉我。
目前 nonebot 插件由我手动挑选并发布,暂时没有开放安装其他 nonebot 插件的途径。这是因为目前的 koishi-plugin-nonebot 只实现了 nonebot 的一个子集,一些特性尚未支持。
如果你有想要收录的插件,可以提 issue 告诉我。
需要这个rss插件用来番剧订阅自动下载https://github.com/Quan666/ELF_RSS
目前 nonebot 插件由我手动挑选并发布,暂时没有开放安装其他 nonebot 插件的途径。这是因为目前的 koishi-plugin-nonebot 只实现了 nonebot 的一个子集,一些特性尚未支持。 如果你有想要收录的插件,可以提 issue 告诉我。
需要这个rss插件用来番剧订阅自动下载Quan666/ELF_RSS
Koishi 已有 RSS 插件,在插件市场搜索 rss 安装即可。
弄了几次不太懂