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-vr-fever

v0.0.9

Published

自用改型。期间内同博主多条微博&点赞,并展示评论;使用指南: `@[机器人] weibo help`

Readme

我就跟你实话实说了

koishi-plugin-vr-fever

npm

自用改型回旋插件

weibo相关

期间内同博主多条微博&点赞,并展示评论

使用指南: @[机器人] weibo help

  • 主贴、转帖(带评论)
  • 最近点赞(不全)

更新记录

| No. | Item | Status | | --- | ---------------------------------------- | ------------- | | 1 | 没有办法展示微博表情 | 0.0.6中已修复 | | 2 | 缺少emoji字体 | 0.0.7中已修复 | | 3 | 更新抓取点赞逻辑,增加weibo_like_cursors | 0.0.9中更新 |

其他

  1. 截图 emoji 依赖 跑 Chromium 的那个环境 里的字体。官方 Koishi 镜像是 Alpine,宿主机或 apt 装的字体进不了容器。

    已有容器里临时安装(装完必须重启容器,让 Chrome 重新读字体):

    docker exec -u root -it <koishi容器名> sh -c \
      "apk add --no-cache font-noto-emoji fontconfig && fc-cache -f"
    docker restart <koishi容器名>
    docker exec <koishi容器名> fc-list | grep -i emoji

    能看到 Noto Color EmojiNoto Emoji 才算装上。

    自己基于官方镜像构建时:

    FROM koishijs/koishi:latest
    USER root
    RUN apk add --no-cache font-noto-emoji \
      && fc-cache -f

    非 Docker 的 Linux 宿主机:

    # Debian / Ubuntu
    apt install fonts-noto-color-emoji fonts-noto-cjk
    
    # Fedora
    dnf install google-noto-emoji-fonts google-noto-sans-cjk-fonts
    
    # Arch
    pacman -S noto-fonts-emoji noto-fonts-cjk
  2. 微博系列逻辑照搬了以下仓库,并进行魔改。如果你追求更好的使用体验,请使用它们:

  • https://github.com/moehuhu/weibo-monitor#readme
  • https://github.com/MingxiaGuo/koishi-plugin-weibo-notify#readme

TODO

  1. b站动态
  2. b站直播的弹幕流