Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cyweb/hammer
/ my_bots
Function
my_bots
hammer.py:26–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
26
def
my_bots():
27
global bots
28
bots=[]
29
bots.append(
"http://validator.w3.org/check?uri="
)
30
bots.append(
"http://www.facebook.com/sharer/sharer.php?u="
)
31
return
(bots)
32
33
34
def
bot_hammering(url):
Callers
1
hammer.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected