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 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-ksak-zanwo

v1.0.1

Published

阿K传媒赞我插件 - QQ点赞功能,支持手动点赞和自动点赞

Readme

koishi-plugin-ksak-zanwo

https://www.npmjs.com/~qq737107334

阿K传媒点赞插件 — QQ点赞功能 使用指令发送「赞我」「点赞+QQ号」即可让机器人执行点赞


功能特性

  • 👍 一键点赞 — 发送「赞我」,机器人自动为你发送多次点赞
  • 🎯 指定点赞 — 发送「点赞 QQ号」,为指定好友点赞
  • 🔢 自定义数量 — 支持配置每次点赞数量(1~50,默认 20)
  • 🔄 自动撤回 — 点赞完成后自动撤回指令消息和机器人回复,保持聊天界面整洁
  • ⏱️ 撤回延迟 — 可配置撤回延迟时间(1~120 秒,默认 10 秒)

指令列表

| 指令 | 说明 | 示例 | |------|------|------| | 赞我 | 让机器人为当前用户点赞 | 赞我 | | 点赞 <QQ号> | 为指定 QQ 号的用户点赞 | 点赞 123456789 |


配置说明

| 配置项 | 类型 | 默认值 | 说明 | |--------|------|--------|------| | likeCount | number | 20 | 每次点赞数量,范围 1~50 | | autoRecall | boolean | true | 是否自动撤回用户指令消息和机器人回复 | | recallDelay | number | 10 | 自动撤回延迟(秒),范围 1~120 |


安装

npm install koishi-plugin-ksak-zanwo

或使用 pnpm / yarn:

pnpm add koishi-plugin-ksak-zanwo
# 或
yarn add koishi-plugin-ksak-zanwo

安装后在 Koishi 控制台中启用插件即可使用。


依赖

| 依赖 | 说明 | |------|------| | koishi | 核心框架(>= 4.18.0) |


作者信息

欢迎加入交流群反馈问题或提出建议!


更新日志

v1.0.1

  • 修复 likeCount 配置项不生效的问题,之前每次固定只赞 10 个,现在会按配置数量点赞(如配置 20 则实际到账 20 个)
  • 优化 多次点赞调用之间增加间隔,降低被 QQ 平台限流的概率
  • 优化 点赞成功/失败的提示语现在动态显示实际点赞数量
  • 新增 详细的调试日志,方便排查点赞失败的具体原因