Skip to content

Commit

Permalink
Merge pull request #468 from Koyomi781/Koyomi781-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil0ctal authored Aug 20, 2024
2 parents 2efd3e3 + bd650f2 commit fce0750
Show file tree
Hide file tree
Showing 10 changed files with 1,327 additions and 11 deletions.
17 changes: 14 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Part of TikHub's source code will be open sourced on Github, and it will sponsor
- [iOS shortcut commands to quickly call API](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Achieve in-app download of watermark-free videos/photo albums
- Complete API documentation ([Demo/Demonstration](https://api.douyin.wtf/docs))
- Rich API interface:
- Douyin web version API
- Douyin web version API

- [x] Video data analysis
- [x] Get user homepage work data
Expand All @@ -149,7 +149,7 @@ Part of TikHub's source code will be open sourced on Github, and it will sponsor
- [x] Extract list work id
- [x] Extract live broadcast room number from list
- [x] Extract live broadcast room number from list
- TikTok web version API
- TikTok web version API

- [x] Video data analysis
- [x] Get user homepage work data
Expand All @@ -171,7 +171,18 @@ Part of TikHub's source code will be open sourced on Github, and it will sponsor
- [x] Extract list work id
- [x] Get user unique_id
- [x] Get list unique_id

- Bilibili web version API
- [x] Get single video data
- [x] Get user homepage video data
- [x] Get user collection folders
- [x] Gets video data from a collection folder
- [x] Get information of specified user
- [x] Get comprehensive popular video information
- [x] Get comments on the specified video
- [x] Get reply to the specified comment
- [x] Get dynamic information of specified user
- [x] Get information of specified live room
- [x] Get a list of all live areas
* * *

## 📦Call the parsing library (obsolete and needs to be updated):
Expand Down
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,15 @@ TikHub的部分源代码会开源在Github上,并且会赞助一些开源项
│ └─web
│ └─views
└─crawlers
├─douyin
│ └─web
├─hybrid
├─tiktok
│ ├─app
│ └─web
└─utils
├─bilibili
│ └─web
├─douyin
│ └─web
├─hybrid
├─tiktok
│ ├─app
│ └─web
└─utils
```

## ✨支持功能:
Expand Down Expand Up @@ -192,7 +194,18 @@ TikHub的部分源代码会开源在Github上,并且会赞助一些开源项
- [x] 提取列表作品id
- [x] 获取用户unique_id
- [x] 获取列表unique_id

- 哔哩哔哩网页版API
- [x] 获取单个视频详情信息
- [x] 获取用户发布视频作品数据
- [x] 获取用户所有收藏夹信息
- [x] 获取指定收藏夹内视频数据
- [x] 获取指定用户的信息
- [x] 获取综合热门视频信息
- [x] 获取指定视频的评论
- [x] 获取视频下指定评论的回复
- [x] 获取指定用户动态
- [x] 获取指定直播间信息
- [x] 获取所有直播分区列表
---

## 📦调用解析库(已废弃需要更新):
Expand Down
Loading

0 comments on commit fce0750

Please sign in to comment.