UNPKG

koishi-plugin-weibo-fetcher

Version:

一个微博内容获取与订阅的 Koishi 插件,支持链接实时解析和用户后台订阅推送。

47 lines 1.14 kB
{ "name": "koishi-plugin-weibo-fetcher", "version": "0.1.1", "description": "一个微博内容获取与订阅的 Koishi 插件,支持链接实时解析和用户后台订阅推送。", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "author": "WhiteBr1ck (https://github.com/WhiteBr1ck)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/WhiteBr1ck/koishi-plugin-weibo-fetcher.git" }, "bugs": { "url": "https://github.com/WhiteBr1ck/koishi-plugin-weibo-fetcher/issues" }, "homepage": "https://github.com/WhiteBr1ck/koishi-plugin-weibo-fetcher#readme", "keywords": [ "koishi", "plugin", "weibo", "微博", "fetcher", "解析", "订阅", "推送", "puppeteer" ], "peerDependencies": { "koishi": "^4.18.7", "koishi-plugin-puppeteer": "*" }, "koishi": { "description": { "zh": "自动解析微博链接并返回截图及内容,支持用户订阅和推送功能。" }, "service": { "required": [ "database", "puppeteer" ] } } }