Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize Douyin data Collection by SDK

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "how to achieve Douyin data collection by SDK", so the editor summarizes the following contents, detailed contents, clear steps, and certain reference value. I hope you can get something after reading this article. Let's take a look at this "how to achieve Douyin data collection with SDK" article.

Github warehouse: DouyinSDK

0. Initialize from douyin import AwemeSDKtoken = 'xxxxxxxx'host =' http://xxxxx.xx.xx'sdk = AwemeSDK (token,host) 1. User details result = sdk.GetUserInfo ('100000004548') 2. User work result = sdk.GetUserPosts ('100000004548') 3. Users like video result = sdk.GetUserFavourites ('100000004548') 4. User shop window result = sdk.GetUserPromotions ('100000004548') 5. Video comment result = sdk.GetVideoComments ('6785429036362386696') 28. Video details result = sdk.GetVideoDetail (6849103450475711752) 6. Result = sdk.GetVideoPromotions ('6785429036362386696') 7. The sub-comment of the video comment result = sdk.GetVideoCommentReplies ('6785429036362386696)) 8. Topic details result = sdk.GetChallengeDetail ('1671619888543757') 9. Get the video result = sdk.GetChallengeVideos ('1671619888543757') under the topic (challenge) 10. Location details result = sdk.GetPoiDetail ('6666714767266187271') 11. Get the video result under poi = sdk.GetPoiVideos ('6666714767266187271') 12. Video with goods recommended result = sdk.GetPromotionVideosFeed () 13. Promotion details of goods shipped result = sdk.GetPromotionInfo ('60772262244900') 14. Result = sdk.GetPromotionSameVideos ('60772262244900') 15 is recommended for the video with the same item. Get the live room on-screen comment / enter the room for viewers / brush gifts / follow the anchor information result = sdk.GetLiveRoomChats ('6843198199583378191') 16. Get the merchandise information result = sdk.GetLiveRoomPromotions ('6843198199583378191') 17. Get the studio information result = sdk.GetLiveRoomInfo ('6843198199583378191') 18. Query whether the broadcast room is result = sdk.GetLiveRoomStatus ('6843198199583378191') 19. Get LVB user information result = sdk.GetUserLiveInfo ('6843198199583378191') 20. Real-time stars love DOU list result = sdk.RealStarBoard () 21. Real-time hotspot list result = sdk.RealHotBoard () 22. Real-time good list result = sdk.RealGoodsBoard () 23. The hottest video list is result = sdk.RealHotVideos () 24. Hot topics recommend result = sdk.RealHotChallenges () 25. Real-time brand list result = sdk.RealBrandBoard (7) 26. Brand category interface result = sdk.BrandCategories () 27. Hot list brand details result = sdk.BrandDetail (2jin9117) 29. Keyword search user result = sdk.SearchUsers ('beauty') 30. Keyword search video result = sdk.SearchVideos ('Beauty') the above is about the content of this article on "how to achieve Douyin data collection by SDK". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report