Archive for the ‘爬虫’ Category

[爬虫] pyexecjs乱码

2024.3 31

乱码原因: 运行时终端默认使用GBK编码,导致需要使用无法读取utf-8的字符集 2个解决方案: – 修改源码(不推荐) -增加如下代码: import subprocess from functools import partial #用来固定某个参数的固定值 subprocess.Popen=partial(subproc Read the rest of this entry

[爬虫] 微信公众平台登录逆向

2024.1 28

主要是逆向pwd这个参数是怎么生成的? [javascript]data: { username: a.account, pwd: v(a.pwd.substr(0, 16)), imgcode: a.verify, f: "json", userlang: a.currentLang, redirect_url: g(i.redirectUrl) }[… Read the rest of this entry