图书馆预约爬虫_爬虫图书馆预约爬虫 Python 爬虫 Node.js 爬虫



图书馆预约爬虫

​http://www.pdlib.com/index.html​

​http://wx1.pdlib.com/pudonglib-weixin/activity/list1?categoryid=33​

图书馆预约爬虫_爬虫

Python 爬虫



图书馆预约爬虫_crawler_03

Node.js 爬虫



UA checker

​https://cdn.xgqfrms.xyz/UA/ua-checker.html​

图书馆预约爬虫_js_04

  const log = console.log;
setTimeout(() => document.write(navigator.userAgent), 1000);


  1. 微信 UA
  2. 钉钉 UA
  3. macOS Chrome
// MQQBrowser
// MicroMessenger
// WeChat
Mozilla/5.0 (Linux; Android 9; STF-AL00 Build/HUAWEISTF-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.120 MQQBrowser/6.2 TBS/045224 Mobile Safari/537.36 MMWEBID/7470 MicroMessenger/7.0.16.1700(0x2700103E) Process/tools WeChat/arm32 NetType/WIFI Language/zh_CN ABI/arm64

// UCBrowser
// AliApp
// DingTalk
Mozilla/5.0 (Linux; U; Android 9; zh-CN; STF-AL00 Build/HUAWEISTF-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/11.9.4.974 UWS/2.13.2.100 Mobile Safari/537.36 AliApp(DingTalk/5.0.6) com.alibaba.android.rimet/12765096 Channel/227200 language/zh-CN UT4Aplus/0.2.25 colorScheme/light


// Chrome
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4213.0 Safari/537.36


第三方,关爱通

// guanaitong

Mozilla/5.0 (Linux; U; Android 4.0.2; en-us; Galaxy Nexus Build/ICL53F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 guanaitong


OAuth bug

​https://open.weixin.qq.com/connect/oauth2/authorize​

图书馆预约爬虫_Python 3_05

公众号 webfullsatck

图书馆预约爬虫_js_06