国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

抖音 用戶id轉(zhuǎn)uid

2023-05-10 12:23 作者:拉燈的小手  | 我要投稿

本文所有教程及源碼、軟件僅為技術(shù)研究。不涉及計(jì)算機(jī)信息系統(tǒng)功能的刪除、修改、增加、干擾,更不會(huì)影響計(jì)算機(jī)信息系統(tǒng)的正常運(yùn)行。不得將代碼用于非法用途,如侵立刪!

用戶id轉(zhuǎn)uid

環(huán)境

  • win10

  • Python3.9

  • PyQt5

效果

在這里插入圖片描述

抖音id轉(zhuǎn)sec_uid

def get_sec_uid(self, un_id):
? ?headers = {
? ? ? ?"Accept": "application/json, text/plain, */*",
? ? ? ?"Referer": "https://www.douyin.com/",
? ? ? ?"Accept-Language": "zh-CN,zh;q=0.9",
? ? ? ?"Proxy-Tunnel": str(random.randint(1, 10000)) ?# 設(shè)置IP切換頭
? ?}
? ?response = requests.get(url, headers=headers)
? ?print(response.text)
? ?user_info = response.json()
? ?if not user_info:
? ? ? ?return None
? ?sec_uid = user_info.get("sec_uid")
? ?nickname = user_info.get("nickname")
? ?return sec_uid, nickname

sec_uid轉(zhuǎn)uid

def get_uid(self, sec_uid):
? ?headers = {
? ? ? ? ? ?"Host": "imdesktop.douyin.com",
? ? ? ? ? ?"Accept-Language": "zh-CN",
? ? ? ? ? ?"Sec-Fetch-Dest": "empty",
? ? ? ? ? ?"Sec-Fetch-Mode": "cors",
? ? ? ? ? ?"Sec-Fetch-Site": "cross-site",
? ? ? ? ? ?"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) ????/1.0.6 Chrome/104.0.5112.102 Electron/20.1.0-tt.4.release.main.4 TTElectron/20.1.0-tt.4.release.main.4 Safari/537.36",
? ? ? ? ? ?"accept": "application/json, text/plain, */*",
? ? ? ? ? ?"bd-ticket-guard-version": "1",
? ? ? ? ? ?"referer": "https://imdesktop.douyin.com",
? ? ? ? ? ?"sdk-version": "2",
? ? ? ? ? ?"sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"104\"",
? ? ? ? ? ?"sec-ch-ua-mobile": "?0",
? ? ? ? ? ?"sec-ch-ua-platform": "\"Windows\"",
? ? ? ? ? ?"x-tt-disable-sessionid": "1",
? ? ? ?}
? ?response = requests.get(url, headers=headers)
? ?print(response.text)
? ?user_info = response.json()
? ?if not user_info:
? ? ? ?return None
? ?uid= user_info.get("uid")
? ?return uid

資源下載

https://download.csdn.net/download/qq_38154948/87769887

鏈接:https://pan.baidu.com/s/19WE7lI85uFzhUuwzEzJLDA?pwd=0oi2 提取碼:0oi2

本文僅供學(xué)習(xí)交流使用,如侵立刪!


抖音 用戶id轉(zhuǎn)uid的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
调兵山市| 泌阳县| 石柱| 洱源县| 五寨县| 巴林右旗| 册亨县| 罗源县| 宣恩县| 盐城市| 四川省| 伽师县| 龙胜| 红桥区| 祁连县| 浑源县| 伊金霍洛旗| 新晃| 金秀| 道真| 青龙| 新晃| 泽库县| 丘北县| 永仁县| 伽师县| 巨鹿县| 济南市| 景宁| 宁明县| 宁化县| 邓州市| 鹤山市| 吉水县| 洮南市| 遵义市| 夏津县| 石城县| 洛隆县| 开封市| 大厂|