Skip to content

Commit 1261505

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent 9e1aa5a commit 1261505

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.en.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#### **Introduction**
77

8-
🎉「[TikHub.io](https://tikhub.io/)"Is a**A platform for out-of-the-box integration tools and services**, our goal is to help users quickly start business and support function customization. Our vision is to form a community entrepreneurship project. A single tree cannot grow into a forest, but cooperation can lead to win-win results.**Every community member has the opportunity to integrate the functions or interfaces they write into our platform and benefit from them**. We have accumulated a large number of registered users and community users, and in order to realize this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. Welcome everyone to join us[Discord](https://discord.gg/aMEAS8Xsvz)Community.
8+
🎉「[TikHub.io](https://tikhub.io/)” is a**A platform for out-of-the-box integration tools and services**, our goal is to help users quickly start business and support function customization. Our vision is to form a community entrepreneurship project. A single tree cannot grow into a forest, but cooperation can lead to a win-win situation.**Every community member has the opportunity to integrate the functions or interfaces they write into our platform and benefit from them**. We have accumulated a large number of registered users and community users, and in order to realize this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. Welcome everyone to join us[Discord](https://discord.gg/aMEAS8Xsvz)Community.
99

1010
#### Remark
1111

@@ -16,7 +16,7 @@
1616
- [Douyin App V3 data interface](https://api.tikhub.io/#/Douyin-App-V3-API)
1717
- [TikTok web version data interface](https://api.tikhub.io/#/TikTok-Web-API)
1818
- [TikTok App V2 data interface](https://api.tikhub.io/#/TikTok-App-V2-API)
19-
- [TikTok App V3数据接口](https://api.tikhub.io/#/TikTok-App-V3-API)
19+
- [TikTok App V3 data interface](https://api.tikhub.io/#/TikTok-App-V3-API)
2020
- [Xigua Video App V2 data interface](https://api.tikhub.io/#/Xigua-App-V2-API)
2121
- [Xiaohongshu web version data interface](https://api.tikhub.io/#/Xiaohongshu-Web-API)
2222
- [Kuaishou web version data interface](https://api.tikhub.io/#/Kuaishou-Web-API)
@@ -58,7 +58,7 @@ The endpoints with the 🔒 icon in the interface document need to carry the API
5858

5959
> Generate API Token
6060
61-
The steps to obtain API Token are also very simple, you only need to log in to our user backend[Stay tuned](https://beta-web.tikhub.io/users/api_keys),然后点击左侧的`API Keys`You can generate your own API Token, and at the same time, you can customize the permissions of the API Token (`Scopes`), you can also set the expiration date of the API Token (`Expire Date`), you can also manually temporarily close the API Token (`Status`)。
61+
The steps to obtain API Token are also very simple, you only need to log in to our user backend[Stay tuned](https://beta-web.tikhub.io/users/api_keys), then click on the left`API Keys`You can generate your own API Token, and at the same time, you can customize the permissions of the API Token (`Scopes`), you can also set the expiration date of the API Token (`Expire Date`), you can also manually temporarily close the API Token (`Status`)。
6262

6363
> Used on the API documentation web page
6464
@@ -74,9 +74,9 @@ If you want to carry the API Token in the HTTP request, please read the format b
7474

7575
}
7676

77-
> 备注
77+
> Remark
7878
79-
Please do not share your API Token, as this may cause you to lose property and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
79+
Please do not share your API Token, as this may cause you property damage and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
8080

8181
* * *
8282

@@ -206,7 +206,7 @@ if __name__ == "__main__":
206206
print(video_data)
207207
```
208208

209-
- 我们已经使用HTTPX的对大多数端点进行了异步封装,如果你的代码是同步执行的,你可以使用下面的代码防止异步传染。
209+
- We have used HTTPX to asynchronously encapsulate most endpoints. If your code is executed synchronously, you can use the following code to prevent asynchronous infection.
210210

211211
```python
212212
# 导入异步io库 | Import asyncio

0 commit comments

Comments
 (0)