We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bc919 commit f10a783Copy full SHA for f10a783
README.en.md
@@ -1,4 +1,4 @@
1
-# 更新 - 2023年6月15日
+# Update - June 15, 2023
2
3
<div align="center">
4
<h1><a href="https://pypi.org/project/tikhub">TikHub_API</a></h1>
@@ -30,13 +30,13 @@
30
31
> Check[test.py](https://github.com/TikHubIO/Douyin-TikTok-API-Python-SDK/blob/main/test/test.py)
32
33
-- The first step/first step: installation/Install
+- Step 1: Install
34
35
```bash
36
pip install tikhub
37
```
38
39
-- The second step/second step: initialization/Initialization
+- Step 2: Initialization
40
41
```python
42
from tikhub import TikTokAPI, DouyinAPI
@@ -47,7 +47,7 @@ douyin_api = DouyinAPI(token)
47
48
49
50
-- The third step/third step: call the method/call the function
+- 第三步: 调用方法
51
52
53
import asyncio
0 commit comments