-
练习爬虫的node-spider代码,采用JavaScript编写,基于superagent和cheerio库实现
资源介绍
此网站爬虫练习代码(JavaScript代码,基于superagent和cheerio实现)
仅供学习交流使用
未获得原站许可
为防止泄露隐私,.gitignore已忽略登录/loginInfo.json文件
loginInfo.json格式如下:
{
"email": "xxxxxxxx@qq.com",
"password": "xxxxxxxxxxxxx"
}
模拟登录时会读取此文件,请填写为自己的账号后运行。