diff --git a/README.en.md b/README.en.md index ad20c76bf..9cc13049c 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,7 @@ > 🚨If you need to use a private server to run this project, please refer to:[Deployment preparations](./README.md#%EF%B8%8F%E9%83%A8%E7%BD%B2%E5%89%8D%E7%9A%84%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C%E8%AF%B7%E4%BB%94%E7%BB%86%E9%98%85%E8%AF%BB),[Docker deployment](./README.md#%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F%E4%BA%8C-docker),[One-click deployment](./README.md#%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F%E4%B8%80-linux) -This project is based on[PyWebIO](https://github.com/pywebio/PyWebIO),[FastAPI](https://fastapi.tiangolo.com/),[HTTPX](https://www.python-httpx.org/), fast and asynchronous[Tik Tok](https://www.douyin.com/)/[TikTok](https://www.tiktok.com/)Data crawling tool, and realizes online batch analysis and downloading of videos or photo albums without watermarks through the Web, data crawling API, iOS shortcut command without watermark downloads and other functions. You can deploy or modify this project yourself to achieve more functions, or you can call it directly in your project[scraper.py](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/Stable/scraper.py)or install an existing[pip package](https://pypi.org/project/douyin-tiktok-scraper/)As a parsing library, it is easy to crawl data, etc..... +This project is based on[PyWebIO](https://github.com/pywebio/PyWebIO),[FastAPI](https://fastapi.tiangolo.com/),[HTTPX](https://www.python-httpx.org/), fast and asynchronous[Tik Tok](https://www.douyin.com/)/[TikTok](https://www.tiktok.com/)Data crawling tool, and realizes online batch parsing and downloading of videos or photo albums without watermarks, data crawling API, and iOS shortcut command without watermark downloads through the Web. You can deploy or modify this project yourself to achieve more functions, or you can call it directly in your project[scraper.py](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/Stable/scraper.py)or install an existing[pip package](https://pypi.org/project/douyin-tiktok-scraper/)As a parsing library, it is easy to crawl data, etc..... _Some simple application scenarios:_ @@ -36,7 +36,7 @@ _Download prohibited videos, perform data analysis, download without watermark o ## 🖥Demo site: I am very vulnerable...please do not stress test (·•᷄ࡇ•᷅ ) -> 😾The online download function of the demo site has been turned off, and due to cookie reasons, the availability of Douyin's parsing and API services cannot be guaranteed on the Demo site. +> 😾The online download function of the demo site has been turned off, and due to cookie reasons, Douyin's parsing and API services cannot guarantee availability on the Demo site. 🍔Web APP: @@ -70,7 +70,7 @@ _Download prohibited videos, perform data analysis, download without watermark o - use`PyWebIO`A simple web program created to process the values ​​entered on the web page and use them`Crawlers`The related class processing interface outputs related data on the web page. -**_Most of the parameters of the above files can be found in the corresponding`config.yaml`Modify in_** +**_Most of the parameters of the above files can be found in the corresponding`config.yaml`Make changes in_** ## 💡Project file structure @@ -107,7 +107,7 @@ _Download prohibited videos, perform data analysis, download without watermark o - [x] Obtain the data of collected works on the user's homepage - [x] Get user homepage information - [x] Get user collection work data - - [x] Get user live stream data + - [x] Get user live streaming data - [x] Get the live streaming data of a specified user - [x] Get the ranking of users who give gifts in the live broadcast room - [x] Get single video comment data @@ -128,7 +128,7 @@ _Download prohibited videos, perform data analysis, download without watermark o - [x] Get user homepage work data - [x] Obtain the data of works liked by the user's homepage - [x] Get user homepage information - - [x] Get user home page fan data + - [x] Get fan data on user homepage - [x] Get user homepage follow data - [x] Get user homepage collection work data - [x] Get user homepage collection data @@ -149,7 +149,7 @@ _Download prohibited videos, perform data analysis, download without watermark o ## 📦Call the parsing library (obsolete and needs to be updated): -> 💡PyPi: +> 💡PyPi: Install the parsing library:`pip install douyin-tiktok-scraper` @@ -170,7 +170,7 @@ asyncio.run(hybrid_parsing(url=input("Paste Douyin/TikTok/Bilibili share URL her ## 🗺️Supported submission formats: -> 💡Tip: Including but not limited to the following examples, if you encounter link parsing failure, please open a new one[issue](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues) +> 💡Tip: Including but not limited to the following examples. If you encounter link parsing failure, please open a new one.[issue](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues) - Douyin sharing password (copy in APP) @@ -247,7 +247,7 @@ Online: ## 💻Deployment (Method 1 Linux) -> 💡Tips: It is best to deploy this project to a server in the United States, otherwise strange BUGs may appear. +> 💡Tips: It is best to deploy this project to a server in the United States, otherwise strange BUGs may occur. Recommended for everyone to use[Digitalocean](https://www.digitalocean.com/)server, because you can have sex for free. @@ -294,7 +294,7 @@ Before you begin, make sure Docker is installed on your system. If you haven't i ### Step 1: Pull the Docker image -首先,从Docker Hub拉取最新的Douyin_TikTok_Download_API镜像。 +First, pull the latest Douyin_TikTok_Download_API image from Docker Hub. ```bash docker pull evil0ctal/douyin_tiktok_download_api:latest @@ -347,7 +347,7 @@ docker run -d --name douyin_tiktok_api -p 80:80 \ ### Configuration file modification -Most of the configuration of the project can be found in the following directories:`config.yaml`File modification: +Most of the project configuration can be found in the following directories:`config.yaml`File modification: - `/crawlers/douyin/web/config.yaml` - `/crawlers/tiktok/web/config.yaml` @@ -355,7 +355,7 @@ Most of the configuration of the project can be found in the following directori ### Step 5: Stop and remove the container -When you need to stop and remove containers, use the following commands: +When you need to stop and remove a container, use the following commands: ```bash # Stop