Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

谁能解释下,具体怎么操作? #38

Closed
qq596670409 opened this issue Apr 5, 2021 · 3 comments
Closed

谁能解释下,具体怎么操作? #38

qq596670409 opened this issue Apr 5, 2021 · 3 comments

Comments

@qq596670409
Copy link

No description provided.

@qq596670409 qq596670409 changed the title 谁能解释下,具体怎么操作?我没学过python 谁能解释下,具体怎么操作? Apr 5, 2021
@githubtaotao
Copy link

以第一个demo为例子 test_WechatInfo.py
第一步:去fiddler的官网下载 fiddler抓包软件(https://www.telerik.com/download/fiddler-everywhere)
第二步:配置你的fiddler。让其可以抓取https、筛选url(https://blog.csdn.net/qq_35704550/article/details/91048514)
第三步:登录PC微信客户端,通过微信客户端自带的浏览器打开任意一篇公众号的文章。(检查下设置->通用设置->"使用系统默认浏览器打开网页" ,这里如果勾上,就去掉。如果是用系统默认的浏览器打开公众号,比如chrome浏览器打开的文章,就没办法获取到token参数)
第四步:如果上述步骤都正确,应该可以在fiddler里看到这个url: **https://mp.weixin.qq.com/mp/getappmsgext**。
然后点开这个链接。fiddler右侧webForms选项里有appmsg_token 参数的值,点raw选项可以找到cookie参数的值。 将这两个值带入test_WechatInfo.py文件,就能抓取到数据。

@wnma3mz wnma3mz closed this as completed Jun 22, 2021
@ash3T
Copy link

ash3T commented Jan 11, 2023

以第一个demo为例子 test_WechatInfo.py 第一步:去fiddler的官网下载 fiddler抓包软件(https://www.telerik.com/download/fiddler-everywhere) 第二步:配置你的fiddler。让其可以抓取https、筛选url(https://blog.csdn.net/qq_35704550/article/details/91048514) 第三步:登录PC微信客户端,通过微信客户端自带的浏览器打开任意一篇公众号的文章。(检查下设置->通用设置->"使用系统默认浏览器打开网页" ,这里如果勾上,就去掉。如果是用系统默认的浏览器打开公众号,比如chrome浏览器打开的文章,就没办法获取到token参数) 第四步:如果上述步骤都正确,应该可以在fiddler里看到这个url: **https://mp.weixin.qq.com/mp/getappmsgext**。 然后点开这个链接。fiddler右侧webForms选项里有appmsg_token 参数的值,点raw选项可以找到cookie参数的值。 将这两个值带入test_WechatInfo.py文件,就能抓取到数据。

我试过之后,报错是:
import pandas as pd
ModuleNotFoundError: No module named 'pandas'

@17812138923
Copy link

why my appmsg_token is na

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants