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 d329822 commit 454aec2Copy full SHA for 454aec2
README.en.md
@@ -48,15 +48,15 @@ token = input('Please enter your TikTok token: ')
48
tiktok_api = TikTokAPI(token)
49
douyin_api = DouyinAPI(token)
50
51
-'''
+```
52
53
-- 第三步/third step: 调用方法/call the function
+- The third step/third step: call the method/call the function
54
55
''' python
56
import asyncio
57
from tikhub import TikTokAPI, DouyinAPI
58
59
-if __name__ == '__main__':
+if**name**== '**main**':
60
token = input('Please enter your TikTok token: ')
61
62
@@ -76,4 +76,9 @@ if __name__ == '__main__':
76
# 解析单一tiktok视频/Parse a single tiktok video
77
# r = asyncio.run(tiktok_api.get_tiktok_video_data(tiktok_video_url))
78
# print(r)
79
+
80
81
82
83
84
```
0 commit comments