feat: 支持爬取小红书二级评论

This commit is contained in:
leantli
2024-04-11 17:16:13 +08:00
parent bba9841c26
commit 81a9946afd
8 changed files with 232 additions and 7 deletions

View File

@@ -55,6 +55,12 @@ class AbstractStore(ABC):
# @abstractmethod
async def store_creator(self, creator: Dict):
pass
# TODO support all platform
# only xhs is supported, so @abstractmethod is commented
# @abstractmethod
async def store_sub_comment(self, sub_comment_items: Dict):
pass
class AbstractStoreImage(ABC):
#TODO: support all platform