mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-21 11:30:16 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
bad31b5efe
11
Dockerfile
11
Dockerfile
@ -1,7 +1,12 @@
|
||||
|
||||
# Credits
|
||||
# https://github.com/jw-star
|
||||
FROM python:3.10.5-slim-buster
|
||||
MAINTAINER jwstar (https://hub.docker.com/repository/docker/jwstar/douyin_tiktok_download_api)
|
||||
RUN apt-get update && apt-get -y install gcc
|
||||
MAINTAINER evil0ctal (https://hub.docker.com/repository/docker/evil0ctal/douyin_tiktok_download_api/general)
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install gcc
|
||||
RUN apt-get -y install nodejs
|
||||
RUN apt-get -y install npm
|
||||
RUN npm install -y md5
|
||||
COPY . /app
|
||||
RUN pip3 --no-cache-dir install --user -r /app/requirements.txt
|
||||
WORKDIR /app
|
||||
|
12
README.en.md
12
README.en.md
@ -23,9 +23,9 @@ _Some simple application scenarios:_
|
||||
|
||||
_Download prohibited videos for data analysis, download without watermark for iOS (with[iOS built-in shortcut command APP](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Cooperate with the API of this project to realize in-app download or read clipboard download), etc....._
|
||||
|
||||
## 🖥Public site: I'm fragile...don't stress test (••᷄ࡇ•᷅ )
|
||||
## 🖥Public site: I'm vulnerable...don't stress test (••᷄ࡇ•᷅ )
|
||||
|
||||
> **Tikhub-Opi:**support`Douyin|TikTok`Crawl the author's homepage \[homepage video data (remove the watermark link, the list of liked videos (permissions must be public), video comment data, background music video list data, etc...), for details, please refer to TikHub- API documentation. In addition, TikHub-API is faster than this project's API when capturing TikTok data.
|
||||
> **Tikhub-Opi:**support`Douyin|TikTok`Crawl the author's home page video data (remove watermark link, liked video list (permissions need to be public), video comment data, background music video list data, etc...), for details, please check TikHub- API documentation. In addition, TikHub-API is faster than this project's API when capturing TikTok data.
|
||||
|
||||
🍔Web APP:<https://douyin.wtf/>
|
||||
|
||||
@ -62,7 +62,7 @@ _Download prohibited videos for data analysis, download without watermark for iO
|
||||
|
||||
> **_web_app.py:_**
|
||||
|
||||
- for`web_api.py`as well as`scraper.py`A simple web program made to process the value entered in the web page and then use it`Scraper()`class processing and matching`web_api.py`The interface output is on the webpage (similar to the separation of front and back ends)
|
||||
- for`web_api.py`as well as`scraper.py`A simple web program made to process the value entered in the web page and then use it`Scraper()`class processing and matching`web_api.py`The interface output is on the web page (similar to the separation of front and back ends)
|
||||
|
||||
**_Most of the parameters of the above files can be found in[config. ini](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/config.ini)make changes in_**
|
||||
|
||||
@ -83,8 +83,8 @@ _Download prohibited videos for data analysis, download without watermark for iO
|
||||
- Batch analysis on the web page (supports Douyin/TikTok mixed submission)
|
||||
- Batch download of watermark-free videos from the analysis result page on the web page (removed in V3.X and later versions, please deploy V2.X version by yourself)
|
||||
- API call to get link data
|
||||
- make[pip package](https://pypi.org/project/douyin-tiktok-scraper/)Easily and quickly import your projects
|
||||
- [iOS shortcut commands quickly call API](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Realize in-app download without watermark video/photo gallery
|
||||
- 制作[pip package](https://pypi.org/project/douyin-tiktok-scraper/)Easily and quickly import your projects
|
||||
- [iOS shortcut command to quickly call API](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Realize in-app download without watermark video/photo gallery
|
||||
- Parse all videos on the author's homepage ([Tikhub-opy](https://api.tikhub.io/docs)Support Douyin/TikTok)
|
||||
- Parse all comment information in the video ([Tikhub-opy](https://api.tikhub.io/docs)Support Douyin/TikTok)
|
||||
|
||||
@ -212,7 +212,7 @@ online:<https://api.tikhub.io/docs>
|
||||
|
||||
> 💡Tips: It is best to deploy this project to a server in the United States, otherwise strange bugs may appear.
|
||||
|
||||
recommend everyone to use[Digitalocean](https://www.digitalocean.com/)The server, mainly because of free.
|
||||
recommend everyone to use[Digitalocean](https://www.digitalocean.com/)The server, mainly because it is free.
|
||||
|
||||
Sign up with my invitation link, you can get a $200 credit, and when you spend $25 on it, I can also get a $25 reward.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user