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

xsnvs

v1.1.4

Published

https://www.xsnvshen.co 一键下载模特套图

Downloads

76

Readme

秀人网 一键下载模特套图

使用方式

# id 必须,模特主页id,如模特主页是 https://www.xsnvshen.co/girl/22162 则 id 为 22162
# cookie 选填,程序内置了默认 cookie 用于下载,如果默认 cookie 无效,则手动添加自己的 cookie
# top 选填,程序默认从最新到最早的依次下载,如指定 top 为 20 则只下载最新的 20 个写真集
# xsnvs <id> [cookie] [top]

# 下载全部写真集
xsnvs 22162

# 下载最新 20 个写真集
xsnvs 22162 20

# 使用自定义 cookie
xsnvs 22162 '浏览器控制台复制的 cookie'

# 使用自定义 cookie 下载最新 20 个写真集
xsnvs 22162 '浏览器控制台复制的 cookie' 20

使用步骤

  1. 使用 npm 全局安装 npm install xsnvs -g
  2. 使用浏览器访问 杨晨晨 模特主页,可能有机器人验证
  3. 正常访问后,打开开发者工具,复制获取页面时 RequestHeader 里的 cookie 值信息
  4. 打开终端/命令行,cd到目标目录,执行 xsnvs 22162 cookie 20 即可,可尝试省略 cookie 值