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-seventmp-profile-push

v1.0.2

Published

监控 TruckersMP Seven欧卡教程网最新帖子并推送到指定群聊

Downloads

106

Readme

koishi-plugin-seventmp-profile-push

npm

监控 Seven欧卡教程网主页最新帖子并推送到指定群聊。

功能

  • 定时检查最新帖子,发现新帖自动推送到已开启的群
  • 群内指令控制推送开关,无需重启
  • 通过 Koishi 控制台可视化配置

配置项

| 配置项 | 类型 | 默认值 | 说明 | |--------|------|--------|------| | ownerQQs | string | '' | 主人QQ,多个用英文逗号分隔 | | profileUrl | string | https://ets2.seventmp.cn/profile/13 | 用户主页地址 | | postApiUrl | string | https://ets2.seventmp.cn/api/users/13/posts?page=1&limit=1 | 帖子接口地址 | | checkIntervalSeconds | number | 60 | 检查间隔(秒),最小 10 秒 | | enabledGroups | string[] | [] | 启用推送的群号列表 |

群内指令

| 指令 | 权限 | 说明 | |------|------|------| | ets推送状态 | 所有人 | 查看当前群的推送状态 | | ets推送开启 | 管理员/主人 | 开启当前群的推送 | | ets推送关闭 | 管理员/主人 | 关闭当前群的推送 | | ets推送检查 | 管理员/主人 | 立即检查一次最新帖子 |

安装

npm install koishi-plugin-seventmp-profile-push

然后在 Koishi 控制台的插件配置中添加并启用本插件。