MCPcopy Create free account

hub / github.com/VXenomac/macOS-QQ-WeChat-API / functions

Functions15 in github.com/VXenomac/macOS-QQ-WeChat-API

↓ 3 callersMethodsearch_user_by_name
根据名称获取 userId Args: name (str): 待匹配的名称 group (bool, optional): 是否多选,默认为 False,若 False 在匹配多个情况下默认返回最近的联系人 Ret
wechat.py:44
↓ 3 callersMethodsearch_user_by_name
根据名称获取 userId Args: name (str): 待匹配的名称 group (bool, optional): 是否多选,默认为 False,若 False 在匹配多个情况下默认返回最近的联系人 Ret
qq.py:33
↓ 2 callersMethodget_chat_log_by_id
根据 userId 获取聊天记录 Args: user_id (int): 用户 userId user_type (int, optional): 用户类型,默认为 1,用户为 1,群聊为 101 Returns:
qq.py:75
↓ 2 callersMethodsend_message_by_ids
通过 userId 发送消息 Args: user_ids (list): 需要发送消息的 userId 列表 content (str): 待发送的消息 user_type (int, optional):
qq.py:113
↓ 2 callersMethodsend_message_by_name
通过待匹配名称发送消息 Args: name ([type]): [description] content ([type]): [description] user_type (int, optional):
qq.py:92
↓ 1 callersMethod_get_user_id_by_name
根据名称获取 userId Args: users (list): 用户字典列表 name (str): 待匹配的名称 Return: list: 待匹配名称对应 userId
wechat.py:17
↓ 1 callersMethod_get_user_id_by_name
根据名称获取 userId Args: users (list): 用户字典列表 name (str): 待匹配的名称 Return: list: 待匹配名称对应 userId
qq.py:17
↓ 1 callersMethodget_chat_log_by_id
根据 userId 获取聊天记录 Args: user_id (int): 用户 userId count (int): 返回聊天记录条目数 Returns: dict: 聊天记录字典
wechat.py:86
↓ 1 callersMethodget_chat_log_by_name
根据待匹配名称获取聊天记录 Args: name (str): 用户 userId count (int): 返回聊天记录条目数 Raises: ValueError: 待匹配名称重复,例如有
wechat.py:63
↓ 1 callersMethodget_chat_log_by_name
根据待匹配名称获取聊天记录 Args: name (str): 用户 userId user_type (int, optional): 用户类型,默认为 1,用户为 1,群聊为 101 Raises:
qq.py:52
↓ 1 callersMethodsearch_user_by_keyword
根据关键词搜索用户 Args: keyword (str): 关键词 Returns: dict: 用户相关信息列表
wechat.py:33
↓ 1 callersMethodsend_message_by_ids
通过 userId 发送消息 Args: user_ids (list): 需要发送消息的 userId 列表 content (str): 待发送的消息 srvId (int, optional): [int
wechat.py:124
↓ 1 callersMethodsend_message_by_name
通过待匹配名称发送消息 Args: name (str): 待匹配名称 content (str): 待发送的消息 srvId (int, optional): Defaults to 1.
wechat.py:103
Method__init__
(self)
wechat.py:6
Method__init__
(self)
qq.py:6