Skip to content

Commit 454aec2

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent d329822 commit 454aec2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.en.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ token = input('Please enter your TikTok token: ')
4848
tiktok_api = TikTokAPI(token)
4949
douyin_api = DouyinAPI(token)
5050

51-
'''
51+
```
5252

53-
- 第三步/third step: 调用方法/call the function
53+
- The third step/third step: call the method/call the function
5454

5555
''' python
5656
import asyncio
5757
from tikhub import TikTokAPI, DouyinAPI
5858

59-
if __name__ == '__main__':
59+
if**name**== '**main**':
6060
token = input('Please enter your TikTok token: ')
6161

6262
tiktok_api = TikTokAPI(token)
@@ -76,4 +76,9 @@ if __name__ == '__main__':
7676
# 解析单一tiktok视频/Parse a single tiktok video
7777
# r = asyncio.run(tiktok_api.get_tiktok_video_data(tiktok_video_url))
7878
# print(r)
79+
80+
```
81+
82+
83+
7984
```

0 commit comments

Comments
 (0)