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 4ae21cb commit 4fa2797Copy full SHA for 4fa2797
README.en.md
@@ -41,20 +41,21 @@ pip install tikhub
41
```python
42
from tikhub import TikTokAPI, DouyinAPI
43
44
-token = input('Please enter your TikTok token: ')
+token = "请在此填写您的token/秘钥"
45
tiktok_api = TikTokAPI(token)
46
douyin_api = DouyinAPI(token)
47
48
```
49
50
-- 第三步: 调用方法
+- Step 3: Call the method
51
52
53
import asyncio
54
+
55
56
57
if __name__ == '__main__':
- token = input('Please enter your TikTok token: ')
58
+ token ="请在此填写您的token/秘钥"
59
60
61
0 commit comments