当前位置: 首页 > 后端技术 > Python

抖音SDK抖音爬虫数据采集福音

时间:2023-03-26 01:45:19 Python

AwemeSDK访问网站http://www.xstatus.cn获取token,宿主【仅适用于PC】项目地址:https://github.com/01ly/DouYi...[持续更新-2021-06-04]0.初始化fromdouyinimportAwemeSDKtoken='xxxxxxxx'host='http://xxxxx.xx.xx'sdk=AwemeSDK(token,host)1.用户详情result=sdk.GetUserInfo('100000004548')2.用户作品result=sdk.GetUserPosts('100000004548')3.用户收藏视频result=sdk.GetUserFavourites('100000004548')4.用户产品窗口result=sdk.GetUserPromotions('100000004548')5.视频评论result=sdk.GetVideoComments('6785429036362386696')6.视频带货信息result=sdk.GetVideoPromotions('6785429036362386696')7.视频评论的子评论result=sdk.GetVideoCommentReplies('6785429036362386696','6775738616267554829')8.主题详情result=sdk.GetChallengeDetail('1671619888543757')9.获取主题(挑战)下的视频result=sdk.GetChallengeVideos('1671619888543757')10.位置详情result=sdk.GetPoiDetail('6666714867261')11.获取位置下的视频(poi)result=sdk.GetPoiVideos('6666714767266187271')12.带货视频推荐结果=sdk.GetPromotionVideosFeed()13.带货商品推广详情结果=sdk.GetPromotionInfo('60772262244900')14.同款商品带货视频推荐结果=sdk.GetPromotionSameVideos('60772262244900')15.直播间获取弹幕/进入观众直播间/刷礼物/关注主播信息result=sdk.GetLiveRoomChats('6843198199583378191')16.获取直播间带货产品信息result=sdk.GetLiveRoomPromotions('6843198199583378191')17.获取直播间信息result=sdk.GetLiveRoomInfo('68431938198)1'68431938198查询直播间是否开放result=sdk.GetLiveRoomStatus('6843198199583378191')19.获取直播用户信息result=sdk.GetUserLiveInfo('6843198199583378191')2lovestarOU实时列表result=sdk.RealStarBoard()21.实时热榜result=sdk.RealHotBoard()22.实时好榜result=sdk.RealGoodsBoard()23.最热视频榜result=sdk.RealHotVideos()24.热门话题推荐结果=sdk.RealHotChallenges()25.品牌实时榜单result=sdk.RealBrandBoard(7)26.品牌分类界面result=sdk.BrandCategories()27.热榜品牌详情result=sdk.BrandDetail(2,9117)