MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / __init__

Method __init__

store/xhs/_store_impl.py:254–256  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

252 """Xiaohongshu MongoDB storage implementation"""
253
254 def __init__(self, **kwargs):
255 super().__init__(**kwargs)
256 self.mongo_store = MongoDBStoreBase(collection_prefix="xhs")
257
258 async def store_content(self, content_item: Dict):
259 """

Callers

nothing calls this directly

Calls 2

MongoDBStoreBaseClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected