Skip to content

Commit

Permalink
Update Weibo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wd210010 authored May 15, 2024
1 parent 4c55da0 commit 3849304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Weibo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
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"
Expand Down

0 comments on commit 3849304

Please sign in to comment.