溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

python怎么實(shí)現(xiàn)用戶粉絲列表

發(fā)布時(shí)間:2022-03-17 17:04:45 來源:億速云 閱讀:108 作者:iii 欄目:大數(shù)據(jù)

本篇內(nèi)容介紹了“python怎么實(shí)現(xiàn)用戶粉絲列表”的有關(guān)知識,在實(shí)際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!

抖音用戶粉絲列表Api:

請求Api

http://主機(jī)地址/douyin/user/followers?token=xxx&uid=100000004548&cursor=0

請求方式

GET

參數(shù)

字段類型說明
tokenstring接口授權(quán)碼
uidint用戶id
cursorint翻頁游標(biāo),根據(jù)結(jié)果返回的cursor傳入作為下一頁翻頁參數(shù),初始為0

返回示例

{
    "code":200,
    "data":{
        "extra":{
            "fatal_item_ids":[
            ],
            "logid":"202009142151020100280680710A1CF23D",
            "now":1600091462958
        },
        "followers":[
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            Object{...},
            {
                "accept_private_policy":false,
                "account_region":"",
                "apple_account":0,
                "authority_status":0,
                "avatar_168x168":{
                    "uri":"2e1ff00057231301091e1",
                    "url_list":[
                        "https://p9-dy.byteimg.com/img/2e1ff00057231301091e1~c5_168x168.webp?from=4010531038",
                        "https://p26-dy.byteimg.com/img/2e1ff00057231301091e1~c5_168x168.webp?from=4010531038",
                        "https://p6-dy-ipv6.byteimg.com/img/2e1ff00057231301091e1~c5_168x168.webp?from=4010531038"
                    ]
                },
                "avatar_300x300":{
                    "uri":"2e1ff00057231301091e1",
                    "url_list":[
                        "https://p3-dy-ipv6.byteimg.com/img/2e1ff00057231301091e1~c5_300x300.webp?from=4010531038",
                        "https://p26-dy.byteimg.com/img/2e1ff00057231301091e1~c5_300x300.webp?from=4010531038",
                        "https://p9-dy.byteimg.com/img/2e1ff00057231301091e1~c5_300x300.webp?from=4010531038"
                    ]
                },
                "avatar_larger":{
                    "uri":"2e1ff00057231301091e1",
                    "url_list":[
                        "https://cache.yisu.com/upload/information/20210521/347/247917.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247918.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247919.jpg?from=4010531038"
                    ]
                },
                "avatar_medium":{
                    "uri":"2e1ff00057231301091e1",
                    "url_list":[
                        "https://cache.yisu.com/upload/information/20210521/347/247920.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247921.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247922.jpg?from=4010531038"
                    ]
                },
                "avatar_thumb":{
                    "uri":"2e1ff00057231301091e1",
                    "url_list":[
                        "https://cache.yisu.com/upload/information/20210521/347/247923.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247924.jpg?from=4010531038",
                        "https://cache.yisu.com/upload/information/20210521/347/247925.jpg?from=4010531038"
                    ]
                },
                "avatar_uri":"2e1ff00057231301091e1",
                "bind_phone":"",
                "bio_info_permission":0,
                "birthday":"",
                "birthday_hide_level":0,
                "comment_filter_status":0,
                "comment_setting":0,
                "commerce_user_level":0,
                "constellation":0,
                "cover_url":[
                    {
                        "uri":"c8510002be9a3a61aad2",
                        "url_list":[
                            "http://p1-dy.byteimg.com/obj/c8510002be9a3a61aad2",
                            "http://p3-dy.byteimg.com/obj/c8510002be9a3a61aad2",
                            "http://p3-dy.byteimg.com/obj/c8510002be9a3a61aad2"
                        ]
                    }
                ],
                "create_time":0,
                "custom_verify":"",
                "cv_level":"",
                "default_download_setting":0,
                "download_prompt_ts":0,
                "download_setting":0,
                "duet_setting":0,
                "enterprise_verify_reason":"",
                "follow_status":0,
                "follower_status":0,
                "gender":0,
                "geofencing":[
                ],
                "google_account":"",
                "has_email":false,
                "has_insights":false,
                "has_orders":false,
                "hide_location":false,
                "hide_search":false,
                "ins_id":"",
                "is_ad_fake":false,
                "is_binded_weibo":false,
                "is_gov_media_vip":false,
                "is_mirror":false,
                "is_phone_binded":false,
                "is_star_atlas":0,
                "is_verified":false,
                "language":"",
                "live_agreement":0,
                "live_agreement_time":0,
                "live_commerce":false,
                "live_verify":0,
                "need_recommend":0,
                "neiguang_shield":0,
                "nickname":"我是大笨蛋",
                "original_music_cover":null,
                "original_music_qrcode":null,
                "policy_version":[
                ],
                "prevent_download":false,
                "react_setting":0,
                "reflow_page_gid":0,
                "reflow_page_uid":0,
                "region":"CN",
                "room_id":0,
                "school_name":"",
                "school_poi_id":"",
                "school_type":0,
                "sec_uid":"MS4wLjABAAAAF4g0GM09sHOCFCyyiOfCnJ4ICKnhnb6Z8H-tbV7B0j4",
                "secret":0,
                "share_qrcode_uri":"2e1ff0005726d8c353243",
                "shield_comment_notice":0,
                "shield_digg_notice":0,
                "shield_follow_notice":0,
                "short_id":"631858119",
                "signature":"",
                "special_lock":1,
                "status":1,
                "story_open":false,
                "twitter_id":"",
                "twitter_name":"",
                "type_label":[
                ],
                "uid":"94723618311",
                "unique_id":"",
                "unique_id_modify_time":1550569152,
                "user_canceled":false,
                "user_mode":0,
                "user_period":0,
                "user_rate":1,
                "user_rate_map":{
                },
                "verification_type":1,
                "verify_info":"",
                "video_icon":{
                    "uri":"",
                    "url_list":[
                    ]
                },
                "video_icon_virtual_URI":"",
                "weibo_name":"",
                "weibo_schema":"",
                "weibo_url":"",
                "weibo_verify":"",
                "with_commerce_entry":false,
                "with_fusion_shop_entry":false,
                "youtube_channel_id":"",
                "youtube_channel_title":""
            }
        ],
        "has_more":true,
        "hotsoon_has_more":0,
        "hotsoon_text":"",
        "log_pb":{
            "impr_id":"202009142151020100280680710A1CF23D"
        },
        "max_time":1600091460,
        "min_time":1600091429,
        "myself_user_id":"92913294066",
        "offset":0,
        "rec_has_more":false,
        "status_code":0,
        "total":96004297
    },
    "msg":"success"
}

“python怎么實(shí)現(xiàn)用戶粉絲列表”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI