MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / patterns.py

File patterns.py

examples/skills/data-collector/patterns.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Reference patterns for robust, ethical data-collection bots — pure Python stdlib,
3zero install, runs anywhere. The network fetch is provided for real use; the __main__
4self-test exercises the OFFLINE logic (robots parsing, backoff, store, schema, dedup,

Callers

nothing calls this directly

Calls 9

robots_allowsFunction · 0.85
robots_crawl_delayFunction · 0.85
backoff_delaysFunction · 0.85
validate_recordFunction · 0.85
StoreClass · 0.85
record_keyFunction · 0.85
diff_recordFunction · 0.85
upsertMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected