MCPcopy Create free account
hub / github.com/Infinity242/KickViewBot / __init__

Method __init__

KickViewBot.py:12–14  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

10
11class KickBot():
12 def __init__(self, url):
13 self.url = url
14 self.driver = None
15
16 def setupWebBrowser(self):
17 chrome_options = Options()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected