Skip to content

Commit 4fa2797

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent 4ae21cb commit 4fa2797

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.en.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,21 @@ pip install tikhub
4141
```python
4242
from tikhub import TikTokAPI, DouyinAPI
4343

44-
token = input('Please enter your TikTok token: ')
44+
token = "请在此填写您的token/秘钥"
4545
tiktok_api = TikTokAPI(token)
4646
douyin_api = DouyinAPI(token)
4747

4848
```
4949

50-
- 第三步: 调用方法
50+
- Step 3: Call the method
5151

5252
```python
5353
import asyncio
54+
5455
from tikhub import TikTokAPI, DouyinAPI
5556

5657
if __name__ == '__main__':
57-
token = input('Please enter your TikTok token: ')
58+
token ="请在此填写您的token/秘钥"
5859

5960
tiktok_api = TikTokAPI(token)
6061
douyin_api = DouyinAPI(token)

0 commit comments

Comments
 (0)