抖音点赞、关注接口

抖音点赞,只需要搞定x-gorgon
抖音xgorgon
点赞和关注需要抓包搞定x-gorgon。
x-gorogn的算法截图如下:

if __name__ == '__main__':
    url = "https://api3-normal-c-hl.amemv.com/aweme/v1/commit/item/digg/?aweme_id=6797265712395160839&type=1&channel_id=3&manifest_version_code=920&_rticket=1582627787101&app_type=normal&iid=97500286766&channel=wandoujia_aweme2&device_type=Nexus%206P&language=zh&uuid=867686022307696&resolution=1440*2392&openudid=23f919d5e27ff2ed&update_version_code=9202&cdid=31823612-954c-4bf9-88b6-c4032e498af7&os_api=27&dpi=560&ac=wifi&device_id=67047745479&os_version=8.1.0&version_code=920&app_name=aweme&version_name=9.2.0&device_brand=google&ssmix=a&device_platform=android&aid=1128&ts=1582627897"
    cookie = "d_ticket=3c6576b4e8208371932fc5f0ba21ebd892999; odin_tt=a9dcdf51f39d52e6013adb048c287a68c26de70f47af5708291af401248df8ca657ca0aec90d0ff30b2f9dbac1259a3c; sid_guard=93bad5a15245157853086178d950f5a1%7C1582601796%7C5184000%7CSat%2C+25-Apr-2020+03%3A36%3A36+GMT; uid_tt=4809190bd2b6e7d6b9b2a569548c8a32; sid_tt=93bad5a15245157853086178d950f5a1; sessionid=93bad5a15245157853086178d950f5a1; install_id=97500286766; ttreq=1$43268f6a5836e16cf15519a1d6e5811cd56343aa"
    aa = get_get_xg(url, cookie=cookie)
    print(aa)
发布了2 篇原创文章 · 获赞 2 · 访问量 126

猜你喜欢

转载自blog.csdn.net/qq_46381298/article/details/104553949