npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@cao-mei-you-ren/koishi-plugin-adapter-wechaty

v1.0.2

Published

Koishi Wechaty 适配器

Downloads

158

Readme

Koishi Wechaty 适配器

本项目是原 koishi-plugin-adapter-wechaty 的修复版,在最新的 [email protected] 可用

🏠 主页

https://github.com/CaoMeiYouRen/koishi-plugin-adapter-wechaty#readme

📦 依赖要求

  • node >=16
  • koishi >= 4.15.7

🚀 安装

插件市场安装

image-20231207155658055

前往插件市场搜索 @cao-mei-you-ren/adapter-wechaty 然后安装即可。

Tips:被提示为不安全是正常的,具体原因可见:应当避免的情况

简而言之就是 wechaty 这个包本身用到了基于 gyp 的包,故依赖 wechaty 的本项目也被提示 不安全

手动安装

npm install @cao-mei-you-ren/koishi-plugin-adapter-wechaty

👨‍💻 使用

前往插件页面按照引导完成配置

image-20231207154722362

name

注意,name 字段在启用多个插件实例的时候不可重复!

puppet

默认为 wechaty-puppet-wechat

详见:https://wechaty.js.org/zh/docs/specs/puppet

selfId

机器人自身 ID,用于比对是否为机器人自身的消息。

注意和微信号不同。

ioToken

详见:https://wechaty.js.org/zh/docs/puppet-services/tokens

wechaty-puppet-wechat

启动插件,并在 Koishi 控制台的『日志』或是 stdout 中查看二维码,扫描登录。

🛠️ 开发

npm run dev

🔧 编译

npm run build

🔍 Lint

npm run lint

💾 Commit

npm run commit

👤 作者

CaoMeiYouRen

🤝 贡献/提问

欢迎 贡献、提问或提出新功能!如有问题请查看 issues page. 贡献或提出新功能可以查看contributing guide.

关于问题反馈的额外说明

可以向本项目提出问题和反馈,但不一定能得到解决。

由于本项目的核心代码都是从原项目复制的,所以很多逻辑我也没有理清楚,故仅提供基础维护,即:确保在 Wechaty本身可用的情况下确保@cao-mei-you-ren/koishi-plugin-adapter-wechaty可用。

关于 License

由于原项目使用了 AGPL-3.0,故根据 AGPL-3.0,本项目也需要使用 AGPL-3.0 进行开源。

💰 支持

如果觉得这个项目有用的话请给一颗⭐️,非常感谢

🌟 Star History

Star History Chart

📝 License

Copyright © 2023 CaoMeiYouRen. This project is AGPL-3.0 licensed.


This README was generated with ❤️ by cmyr-template-cli