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 f10a783 commit 4ae21cbCopy full SHA for 4ae21cb
README.md
@@ -41,7 +41,7 @@ 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
@@ -51,10 +51,11 @@ douyin_api = DouyinAPI(token)
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