Closed Tianqi-Dotes closed 1 year ago
Implemented in v0.1.8 by specifying launch options in kwargs of TikTokAPI or the AsyncTikTokAPI.
Full details of the launch options can be found in Playwright's Documentation.
Example for using a proxy:
from tiktokapiypy.api import TikTokAPI
with TikTokAPI(proxy={
"server": "http://myproxy.com:3128",
"username": "usr",
"password": "pwd"
}) as api:
...
Implemented in v0.1.8 by specifying launch options in kwargs of TikTokAPI or the AsyncTikTokAPI.
Full details of the launch options can be found in Playwright's Documentation.
Example for using a proxy:
from tiktokapiypy.api import TikTokAPI with TikTokAPI(proxy={ "server": "http://myproxy.com:3128", "username": "usr", "password": "pwd" }) as api: ...
hi Russell, thanx for the help, this is helpful.
Related to #29 - Proxy setup should be working now as of 0.1.11
.
hey this is not working waiting until "load"
hi, due to region limitations, some ppl have to visit tiktok with a network proxy, could you help add proxy while navigating tiktok thanx