GithubHelp home page GithubHelp logo

vmespace / douyin-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voccoo/douyin-sdk

0.0 1.0 0.0 10 KB

联系微信(1764328791)、抖音SDK、抖音数据、抖音直播数据、抖音直播Api、抖音视频Api、抖音爬虫、抖音去水印、抖音视频下载、抖音视频解析、抖音直播监控、抖音数据采集

License: MIT License

Python 100.00%

douyin-sdk's Introduction

DouyinSDK 抖音SDK 抖音数据采集 抖音直播数据

接口参数、返回示例文档联系微信:1764328791

0. 初始化

from douyin import AwemeSDK

token = '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')

28.视频详情

result = sdk.GetVideoDetail(6849103450475711752)

6.视频带货信息

result = sdk.GetVideoPromotions('6785429036362386696')

7.视频评论的子评论

result = sdk.GetVideoCommentReplies('6785429036362386696','6775738616267554829')

8.话题详情

result = sdk.GetChallengeDetail('1671619888543757')

9.获取话题(challenge)下的视频

result = sdk.GetChallengeVideos('1671619888543757')

10.地点详情

result = sdk.GetPoiDetail('6666714767266187271')

11.获取地点(poi)下的视频

result = sdk.GetPoiVideos('6666714767266187271')

12.带货视频推荐

result = sdk.GetPromotionVideosFeed()

13.带货商品promotion详情

result = sdk.GetPromotionInfo('60772262244900')

14.同款商品带货视频推荐

result = sdk.GetPromotionSameVideos('60772262244900')

15.获取直播间弹幕/进入直播间观众/刷礼物/关注主播 信息

result = sdk.GetLiveRoomChats('6843198199583378191')

16.获取直播间带货商品信息

result = sdk.GetLiveRoomPromotions('6843198199583378191')

17.获取直播间信息

result = sdk.GetLiveRoomInfo('6843198199583378191')

18.查询直播间是否开播

result = sdk.GetLiveRoomStatus('6843198199583378191')

19.获取直播用户信息

result = sdk.GetUserLiveInfo('6843198199583378191')

20.实时明星爱DOU榜

result = sdk.RealStarBoard()

21.实时热点榜

result = sdk.RealHotBoard()

22.实时好物榜

result = sdk.RealGoodsBoard()

23.最热视频榜单

result = sdk.RealHotVideos()

24.热门话题推荐

result = sdk.RealHotChallenges()

25.实时品牌榜

result = sdk.RealBrandBoard(7)

26.品牌类别接口

result = sdk.BrandCategories()

27.热榜品牌详情

result = sdk.BrandDetail(2,9117)

29.关键词搜索用户

result = sdk.SearchUsers('美女')

30.关键词搜索视频

result = sdk.SearchVideos('美女')

douyin-sdk's People

Contributors

0xxfu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.