Have tried many proxy providers but haven't been able to get a single one to work with TWScrape. I receive no errors, just the scripts never do anything and sit there.
I have been adding proxies as so (have tried socks5, HTTP, and HTTPS):
async def add_proxy_to_account(api, account, proxy):
username, password, email, email_password, cookie = account.split(':')
proxy_url = proxy
# print(proxy)
await api.pool.add_account(username, password, email, email_password, cookies=cookie, proxy=proxy_url)
print(f"Added proxy to account: {username}")
Thanks!
Have tried many proxy providers but haven't been able to get a single one to work with TWScrape. I receive no errors, just the scripts never do anything and sit there.
I have been adding proxies as so (have tried socks5, HTTP, and HTTPS):
Thanks!