解小黑屋第一版 + 爬UID功能

This commit is contained in:
Remik1r3n
2025-02-07 16:57:41 +08:00
parent 486da8a4c7
commit 5c7414d173
4 changed files with 66 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ def apiGetUserPreview(userId) -> str:
# CLI 示例
if __name__ == "__main__":
#userId = input("请输入用户 ID")
userId = testUid
userId = testUid2
print(apiGetUserPreview(userId))
@@ -47,5 +47,5 @@ def crawlAllUserPreview():
print('Finished!')
if __name__ == "__main__":
crawlAllUserPreview()
#if __name__ == "__main__":
# crawlAllUserPreview()