wechat-articles-crawler
wechat-articles-crawler copied to clipboard
微信公众号文章爬取,基于anyproxy,包含阅读数点赞数
获取文章的列表总数articles.length 1012 在这里程序就停止执行了,再次手动点击公众号里面的文章,也无法正常抓取文章阅读数和点赞数据。 else if (requestDetail.url.indexOf('mp.weixin.qq.com/mp/getappmsgext?') !== -1 && requestDetail.requestOptions.method == 'POST') { // 获取评论数,点赞数 } 这里没有具体的实现
提示,: 无法安装该证书,因为无法读取证书文件..
获取文章的列表总数articles.length 1082 最终获取文章的列表总数: 1082 超时没有爬取到? url: http://mp.weixin.qq.com/s?__biz=**==&mid=2663240921&idx=1&sn=8*****&chksm=8*****&scene=27 超时没有爬取到? url: http://mp.weixin.qq.com/s?__biz=**==&mid=2663240894&idx=1&sn=4***7&chksm=8****&scene=27
OS: Mac OSX npm version: 5.6.0 AnyProxy用的是ios系统代理 当获取所有文章后,没有得到文章具体点赞和阅读量信息。 terminal 没有报错 在浏览器的报错是:Failed to load resource:cannot connect to the server
injectJS.js和articleIndect.js的socket.io都会抛出connect_error的错误。兄弟,你那边没有这个问题吗?
app.use(async function(ctx, next) { ^^^^^ SyntaxError: missing ) after argument list at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at...