chenyouxiu / py_qiandao

10 stars 11 forks source link

爱奇艺和腾讯视频抓到的cookie怎么放阿 #1

Open yangzhicong opened 3 years ago

yangzhicong commented 3 years ago

抓好的cookie都不知道怎么用,也没有文件说明

chenyouxiu commented 3 years ago

大哥推荐你去别人那边 我这个是用青龙面板的

chenyouxiu commented 3 years ago

P00001 = os.environ.get('AQY_P00001')或者你把这行修改成 P00001 =“”后面放你抓的P00001就行了

yangzhicong commented 3 years ago

我liunx服务器跑,按大佬的提示成功跑起来了

------------------ 原始邮件 ------------------ 发件人: "chenyouxiu/py_qiandao" @.>; 发送时间: 2021年9月7日(星期二) 晚上10:34 @.>; @.**@.>; 主题: Re: [chenyouxiu/py_qiandao] 爱奇艺和腾讯视频抓到的cookie怎么放阿 (#1)

P00001 = os.environ.get('AQY_P00001')或者你把这行修改成 P00001 =“”后面放你抓的P00001就行了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

yangzhicong commented 3 years ago

爱奇艺的搞定了,但腾讯视频的cookie填在tx_cookie = ' '里报错 ------------------ 原始邮件 ------------------ 发件人: "chenyouxiu/py_qiandao" @.>; 发送时间: 2021年9月7日(星期二) 晚上10:34 @.>; @.**@.>; 主题: Re: [chenyouxiu/py_qiandao] 爱奇艺和腾讯视频抓到的cookie怎么放阿 (#1)

P00001 = os.environ.get('AQY_P00001')或者你把这行修改成 P00001 =“”后面放你抓的P00001就行了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

chenyouxiu commented 3 years ago

https://github.com/sy-records/v-checkin 你去看这个大哥的吧 我拿这个大哥的 你可以看他抓包往我这里面直接填就可以跑

funnylook commented 2 years ago

P00001 = os.environ.get('AQY_P00001')或者你把这行修改成 P00001 =“”后面放你抓的P00001就行了

改了之后报错怎么回事。。。

开始执行... 2022-07-16 18:28:56

Traceback (most recent call last): File "/ql/data/scripts/raw_main_py_AQY.py", line 290, in msg1 = obj.sign() File "/ql/data/scripts/raw_main_py_AQY.py", line 51, in sign growth = res.json()[ KeyError: 'signInfo'

执行结束... 2022-07-16 18:28:57 耗时 1 秒