MCPcopy Create free account
hub / github.com/geekcomputers/Python / get_proxy

Method get_proxy

spotifyAccount.py:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 time.sleep(600)
42
43 def get_proxy(self):
44 random1 = random.choice(self.splited) # choose a random proxie
45 return random1
46
47 def FormatProxy(self):
48 proxyOutput = {"https": "socks4://" + self.get_proxy()}

Callers 1

FormatProxyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected