three-crawler

2.0.0 • Public • Published

NodeJS + Express 300英雄战绩网爬虫

安装

npm install three-crawler --save

使用

const threeCrawler = require('three-crawler')

let options = {
    Gid:'110031621' //起始抓取场次的Gid
    urlLength:'100' // 总共抓取的url长度
}
threeCrawler(options, (data)=>{
    console.log(data)
})

License

MIT

/three-crawler/

    Package Sidebar

    Install

    npm i three-crawler

    Weekly Downloads

    4

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    27.3 MB

    Total Files

    17

    Last publish

    Collaborators

    • salmondaze