MCPcopy Create free account
hub / github.com/CryptoSignal/Crypto-Signal / __init__

Method __init__

app/notifiers/webhook_client.py:13–17  ·  view source on GitHub ↗
(self, url, username, password)

Source from the content-addressed store, hash-verified

11 """
12
13 def __init__(self, url, username, password):
14 self.logger = structlog.get_logger()
15 self.url = url
16 self.username = username
17 self.password = password
18
19
20 def notify(self, message):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected