docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme

This commit is contained in:
github-actions[bot] 2022-09-02 21:42:47 +00:00
parent 4064dfb239
commit 6547d6c662

View File

@ -17,7 +17,7 @@ Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/b
🛰API demo:<https://api.douyin.wtf/> 🛰API demo:<https://api.douyin.wtf/>
💾iOS Shortcuts (Chinese):[Click to get](https://www.icloud.com/shortcuts/331073aca78345cf9ab4f73b6a457f97)( 💾iOS Shortcuts (Chinese):[Click to get](https://www.icloud.com/shortcuts/331073aca78345cf9ab4f73b6a457f97)(
Updated on 2022/07/18, the shortcut command can automatically check for updates, just install it once. ) Updated on 2022/07/18, the shortcut command can automatically check for updates, and you can install it once. )
🌎iOS Shortcut(English):[Click to get](https://www.icloud.com/shortcuts/83548306bc0c4f8ea563108f79c73f8d)(Updated on 🌎iOS Shortcut(English):[Click to get](https://www.icloud.com/shortcuts/83548306bc0c4f8ea563108f79c73f8d)(Updated on
2022/07/18, this shortcut will automatically check for updates, only need to install it once.) 2022/07/18, this shortcut will automatically check for updates, only need to install it once.)
@ -28,7 +28,7 @@ Updated on 2022/07/18, the shortcut command can automatically check for updates,
This project uses[PyWebIO](https://github.com/pywebio/PyWebIO)、[Flask](https://github.com/pallets/flask), using Python to implement online batch parsing of Douyin's watermark-free video/atlas. This project uses[PyWebIO](https://github.com/pywebio/PyWebIO)、[Flask](https://github.com/pallets/flask), using Python to implement online batch parsing of Douyin's watermark-free video/atlas.
It can be used to download videos that the author prohibits to download, or to perform data crawling, etc., and can be matched with[Shortcut APP that comes with iOS](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Cooperate with this project API to realize in-app download. It can be used to download videos that the author prohibits to download, or to perform data crawling, etc., and can be matched with[Shortcut APP that comes with iOS](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.
The shortcut command needs to be in the Douyin or TikTok app, select the video you want to save, click the share button, and then find "Douyin TikTok No Watermark Download" The shortcut command needs to be in the Douyin or TikTok app, select the video you want to save, click the share button, and then find "Douyin TikTok No Watermark Download"
This option, if you encounter a notification asking whether to allow shortcut commands to access xxxx (domain name or server), you need to click Allow before it can be used normally. The successfully downloaded video or gallery will be saved in a special album for easy browsing. This option, if you encounter a notification asking whether to allow shortcut commands to access xxxx (domain name or server), you need to click Allow before it can be used normally. The successfully downloaded video or gallery will be saved in a special album for easy browsing.
@ -87,13 +87,13 @@ cd Douyin_TikTok_Download_API
pip install -r requirements.txt pip install -r requirements.txt
``` ```
- 修改config.ini(可选) - Modify config.ini (optional):
```console ```console
vim config.ini vim config.ini
``` ```
- Web page parsing - 网页解析
```console ```console
# 运行web_zh.py # 运行web_zh.py
@ -126,7 +126,7 @@ tiktok_data = api.tiktok(input('TikTok video URL'))
print(tiktok_data) print(tiktok_data)
# 使用代理进行解析(Parse using a proxy) # 使用代理进行解析(Parse using a proxy)
api.tiktok(input('TikTok video URL'), proxies = {'all': 127.0.0.1:2333}) api.tiktok(input('TikTok video URL'), proxies = {"all": "127.0.0.1:2333"})
``` ```
@ -340,7 +340,7 @@ http://localhost(服务器IP):2333/music?url="复制的(抖音/TikTok)口令/链
## 💾Deployment (method 1 manual deployment) ## 💾Deployment (method 1 manual deployment)
> Note: > Note:
> The screenshots may not match the text due to update problems, please refer to the text description first. > The screenshots may not match the text due to update problems. Please refer to the text description first.
> It is best to deploy this project to an overseas server (preferably a server in the United States), otherwise strange problems may occur. > It is best to deploy this project to an overseas server (preferably a server in the United States), otherwise strange problems may occur.
@ -351,8 +351,8 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis
> Deploy using the Pagoda Linux panel ( > Deploy using the Pagoda Linux panel (
> The Chinese pagoda is going to be bound to a mobile phone number, which is very rogue and cannot be bypassed. It is recommended to use the international version of the pagoda. Google search for the keyword aapanel to install it yourself, and the deployment steps are similar. ) > The Chinese pagoda is going to be bound to a mobile phone number, which is very rogue and cannot be bypassed. It is recommended to use the international version of the pagoda. Google search for the keyword aapanel to install it yourself, and the deployment steps are similar. )
- First go to the security group to open ports 5000 and 2333 (default 5000 for Web, 2333 for API default, which can be modified in the file config.ini.) - First, go to the security group to open ports 5000 and 2333 (default 5000 for Web, default 2333 for API, which can be modified in the file config.ini.)
- Search for python in the pagoda app store and install the project manager (version 1.9 is recommended) - Search for python in the Pagoda app store and install the project manager (version 1.9 is recommended)
![](https://raw.githubusercontent.com/Evil0ctal/TikTokDownloader_PyWebIO/main/Screenshots/BT_Linux_Panel_Deploy_1.png) ![](https://raw.githubusercontent.com/Evil0ctal/TikTokDownloader_PyWebIO/main/Screenshots/BT_Linux_Panel_Deploy_1.png)
@ -367,7 +367,7 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis
- API startup file selection`web_api.py` - API startup file selection`web_api.py`
- Check install module dependencies - Check install module dependencies
- Start at will - Start at will
- If the pagoda runs`Nginx`When waiting for other services, please judge whether the port is occupied. The running port can be modified in the file config.ini. - If the pagoda runs`Nginx`When waiting for other services, please judge by yourself whether the port is occupied. The running port can be modified in the file config.ini.
![](https://raw.githubusercontent.com/Evil0ctal/TikTokDownloader_PyWebIO/main/Screenshots/BT_Linux_Panel_Deploy_2.png) ![](https://raw.githubusercontent.com/Evil0ctal/TikTokDownloader_PyWebIO/main/Screenshots/BT_Linux_Panel_Deploy_2.png)
@ -384,7 +384,7 @@ curl -fsSL get.docker.com -o get-docker.sh&&sh get-docker.sh &&systemctl enable
``` ```
- Just leave the config.int and docker-compose.yml files - Just leave the config.int and docker-compose.yml files
- Run the command to keep the container running in the background - Run the command to let the container run in the background
```yaml ```yaml
docker compose up -d docker compose up -d
@ -411,7 +411,7 @@ docker compose pull && docker compose down && docker compose up -d
## 🎉 Screenshot ## 🎉 Screenshot
> Note: > Note:
> The screenshots may not match the text due to update problems, please refer to the text description first. > The screenshots may not match the text due to update problems. Please refer to the text description first.
- Main interface - Main interface