1 parent 4ae4159 commit 9a4b167Copy full SHA for 9a4b167
1 file changed
modules/TwintPool.py
@@ -17,6 +17,10 @@ def __init__(self, fh_job=None, job_name='noname'):
17
self.config.Hide_output = True
18
self.config.Verified = True
19
self.config.Username = None
20
+ self.config.Proxy_host = "tor"
21
+ self.self.config.Proxy_port = "9050"
22
+ self.config.Proxy_type = "socks5"
23
+
24
25
26
def twint_loop(self, since, until, stride_sec=600, limit=None):
0 commit comments