Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/blacklanternsecurity/bbot
/ setup
Method
setup
bbot/modules/ipstack.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
ping_url = f
"{base_url}/check?access_key={{api_key}}"
27
28
async
def
setup(self):
29
return
await self.require_api_key()
30
31
async
def
handle_event(self, event):
32
try
:
Callers
nothing calls this directly
Calls
1
require_api_key
Method · 0.80
Tested by
no test coverage detected