这个公众号经常能薅流量,下面这个自动签到脚本能每天获得经验值,对升级有用,升级完有机会获得更多的流量。
importtime
importrequests
defcheckin(num,token):
hd={FROM:X0003,Host:t.hefen.10086.cn,MSGNAME:userSignReq,Origin:https://t.hefen.10086.cn,
Referer:https://t.hefen.10086.cn/html5/views/person_center/person_sign.html?zrsign=0&rwId=5,
TIMESTAMP:str(int(time.time()*1000)),TO:X0001,X-Requested-With:XMLHttpRequest,
TOKEN:token
User-Agent:Mozilla/5.0(WindowsNT10.0;Win64;x64;rv:79.0)Gecko/20100101Firefox/79.0,
Content-Type:application/x-www-form-urlencoded,application/json;charset=utf-8}
data={"mobile":num}
r=requests.post(https://t.hefen.10086.cn/afservice/service/invoke.do,json=data,headers=hd)
returnr.json()
if__name__==__main__:
num="你的手机号"
token="抓包得到的token"
checkin(num,token)
-----------------------------------------------------
**网友回复**:
引用:wumeitianshi发表于2020-8-1311:27
不懂就问怎么用啊
网友回复:
啊,一个也没有,发错地方了,看来mjj人均无限流量
网友回复:
引用:不吃南瓜发表于2020-8-1411:36
看看呢