Update Weibo.py

main
wd210010 5 months ago committed by GitHub
parent 4c55da0d4d
commit 3849304a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Weibo.py

@ -8,6 +8,8 @@ import time
from urllib.parse import urlparse, parse_qs
from notify import send
#首先,打开 APP,使用抓包工具抓包微博超话界面 取https://api.weibo.cn/2/cardlist这个域名的整个链接 填入变量 变量名weibo_my_cookie。
# 定义常量
API_URL = "https://api.weibo.cn/2/cardlist"
SIGN_URL = "https://api.weibo.cn/2/page/button"

Loading…
Cancel
Save