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

bili-fav-collector

v0.0.2

Published

Bili Bili UP主收藏夹工具

Downloads

5

Readme

bili-fav-collector

npm version npm downloads bundle JSDocs License javascript_code style

b站 UP主收藏夹工具

这个项目提供了一个工具,用于处理BiliBili(哔哩哔哩)平台上指定UP主的所有收藏夹内容信息。它支持以下功能:

  • 收藏夹信息获取:获取指定UP主创建的所有收藏夹的信息,包括收藏夹标题、包含视频数量等。
  • 收藏夹内容爬取:针对每个收藏夹,获取其中的视频列表和详细信息,支持分页抓取。

如何使用:

指定UP主ID和Cookie:在代码中设置待爬取UP主的ID和登录所需的Cookie。 执行程序:运行主函数,程序将自动获取UP主的收藏夹信息并逐一获取每个收藏夹的视频内容。 数据处理:你可以对获取的视频内容进行处理,例如保存到文件、进行分析或做其他数据操作。

使用前提:

你需要有相应UP主的登录权限(Cookie),或者该UP主的收藏夹是公开的,来获取其收藏夹信息。 该工具旨在用于学习和个人研究目的,请在合法合规的范围内使用。

License

MIT License © 2023-PRESENT Kirk Lin