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

Method __init__

KickViewBotNUI.py:11–13  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected