
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
这是一个命令行工具,用于从笔趣阁网站下载并阅读小说。它支持并发下载小说的章节,并提供了一个命令行界面来浏览和阅读小说。
确保你的系统已安装Node.js。你可以通过npm安装此工具:
npm install -g bqg
这会全局安装笔趣阁小说阅读器,使其可以在命令行中直接使用。
要添加一本小说,请使用以下命令,并将<url>替换为目标小说的页面URL(http://www.xbiqugu.net/57/57792/):
bqg add <url>
可以通过-c或--concurrency选项来指定下载章节的并发数,例如,使用5个并发下载:
bqg add <url> -c 5
要查看你的小说库中有哪些小说,可以使用:
bqg list
要查看一本小说的章节目录,请使用以下命令,其中<novelName>是你想查看章节目录的小说名称:
bqg chapters <novelName>
要开始阅读一本指定的小说,请使用以下命令,其中<novelName>是你想阅读的小说的名称:
bqg read <novelName>
如果想从小说的特定章节开始阅读,可以添加章节序号作为第二个参数:
bqg read <novelName> <chapterIndex>
欢迎任何形式的贡献,无论是功能建议、代码改进还是文档补充。请通过Pull Requests或Issues与我们分享。
此项目采用MIT许可证。有关详细信息,请查阅LICENSE文件。
FAQs
bqg: 笔趣阁小说命令行阅读器
We found that bqg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.