AlphacodersSpider
alphacoders的爬虫
Install / Use
/learn @haozi23333/AlphacodersSpiderREADME
#alphacoders 的爬虫
Node version >= 7.9.0
npm install
这个爬虫很简单
我是想爬爬EroManga-Sensei的而已 = =
例子 ->
const spider = require('./spider')
const s = new spider('EroManga-Sensei', './download/EroManga-Sensei')
s.pa().then(_ => {}).catch(e => console.log(e))
#参数 ##spider
/**
* 爬虫
* @param keyword 关键字 必须
* @param outDir 输出目录 必须 目录必须已经存在
* @param maxPage 最大爬取得页数 默认99999
* @param maxProcess 最大下载进程数量 默认50
*/
new spider(keywords, outDir, maxPage, maxProcess)
/**
* 开始爬
* 返回值是一个Promis
* @async
*/
spider.pa()
参数没有做校验 = =
cli什么的暂时没有打算
Related Skills
node-connect
354.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
