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

koishi-plugin-rpixiv

v0.2.2

Published

search pixiv

Downloads

253

Readme

koishi-plugin-rpixiv

npm

  • 能够获取pixiv图片的插件。

机器人配置的一些说明

  1. refresh配置指的是pixiv的refreshtoken的获取,该token的获取请参考程序pixiv-refreshtoken获取
  2. keywores.start整个指令的父指令,而其余触发语设置则是子指令,关于子指令的触发请参考koishi官方说明。
  3. proxy.isOpen设置为true时,下方的代理配置才会生效,否则会默认为undefined

该机器人的pixiv爬取程序基于runtus-pixiv-sdk

TODO List

  • [x] 增加日常推送功能,给指定群聊或指定用户推送
  • [ ] 增加随机图片功能
  • [ ] 搜索图片命令增加图片展示区间和上限功能(搜索的图片有很多,可以指定其中的第n张到m张展示)

Version: v0.2.0 -> v0.2.1

  • 增加了日常推送中频道号填写的规则描述和例子。

Verion: v0.1.5 -> v0.2.0

  1. feat: 增设了图片清晰度参数,可以根据需求来选择获取四种不同清晰度的pixiv作品。
  2. feat: 为搜索的图片增加了随机的选项,获得的图片每次不一样。
  3. feat: 增设了图片数量参数,每次获取图片可设置图片数量参数来获取对应数量的作品。
  4. feat: 增加了pixel命令,可查看当前设置的各个图片清晰度级别的参数。