MCPcopy Create free account

hub / github.com/5201213/wechatpadpro-on-wechat / functions

Functions1,232 in github.com/5201213/wechatpadpro-on-wechat

↓ 1 callersMethodclear_all_session
(self)
bot/session_manager.py:90
↓ 1 callersMethodclear_all_session
(self)
bot/bytedance/coze_session.py:119
↓ 1 callersMethodclear_quota_v2
(self)
channel/wechatmp/wechatmp_client.py:21
↓ 1 callersMethodclose
关闭通道
channel/wechat/wcf_channel.py:135
↓ 1 callersMethodconversation_share_check
(self,session_id)
bot/claude/claude_ai_bot.py:81
↓ 1 callersMethodconvert_messages_format
(self, messages)
bot/ali/ali_qwen_bot.py:169
↓ 1 callersMethodcount_user_message
(self)
bot/bytedance/coze_session.py:54
↓ 1 callersMethodcount_user_message
(self)
bot/dify/dify_session.py:50
↓ 1 callersMethodcreate_chat_message
(self, bot_id: str, query: str, additional_messages: List[Message], session: CozeSession)
bot/bytedance/coze_client.py:51
↓ 1 callersMethodcreate_img
(self, query, retry_count=0)
bot/modelscope/modelscope_bot.py:250
↓ 1 callersMethodcreate_img
(self, query, retry_count=0, api_key=None, api_base=None)
bot/zhipuai/zhipu_ai_image.py:12
↓ 1 callersMethodcreate_img
参数: - context: 如果想要发送dalle3的revised_prompt,需要填写此参数
bot/openai/open_ai_image.py:20
↓ 1 callersFunctioncreate_message
(wework_instance, message, is_group)
channel/wework/wework_channel.py:92
↓ 1 callersMethodcreate_message
(self, file: File)
bot/bytedance/coze_client.py:58
↓ 1 callersMethodcreate_new_chat
新建claude对话实体 :param con_uuid: 对话id :return:
bot/claude/claude_ai_bot.py:94
↓ 1 callersFunctioncreate_translator
(voice_type)
translate/factory.py:1
↓ 1 callersMethodcreate_url
(self)
bot/xunfei/xunfei_spark_bot.py:129
↓ 1 callersMethodcreate_url
(self)
voice/xunfei/xunfei_tts.py:64
↓ 1 callersMethodcreate_url
(self)
voice/xunfei/xunfei_asr.py:61
↓ 1 callersMethoddiscard_exceeding
(self, max_tokens, cur_tokens=None)
bot/linkai/link_ai_bot.py:469
↓ 1 callersMethoddiscard_exceeding
(self, max_tokens, cur_tokens=None)
bot/baidu/baidu_wenxin_session.py:20
↓ 1 callersFunctiondownload_and_compress_image
(url, filename, quality=30)
channel/wework/wework_channel.py:34
↓ 1 callersMethoddownload_file
下载文件使用wxpad库的CDN接口
channel/wxpad/wxpad_message.py:796
↓ 1 callersFunctiondownload_image_file
(image_url, temp_dir)
channel/dingtalk/dingtalk_message.py:60
↓ 1 callersFunctiondownload_image_to_tmp
(url)
channel/chat_channel.py:87
↓ 1 callersMethoddownload_refer_image
下载引用图片消息中的图片
channel/wxpad/wxpad_message.py:620
↓ 1 callersFunctiondownload_video
(url, filename)
channel/wework/wework_channel.py:65
↓ 1 callersFunctionemoji_formatter
_emoji_deebugger is for bugs about emoji match caused by wechat backstage like :face with tears of joy: will be replaced with :cat face with tear
lib/itchat/utils.py:47
↓ 1 callersMethodenable_plugin
(self, name: str)
plugins/plugin_manager.py:218
↓ 1 callersMethodfetch_reply_content
(self, query, context: Context)
bridge/bridge.py:92
↓ 1 callersMethodfetch_text_to_voice
(self, text)
bridge/bridge.py:98
↓ 1 callersMethodfetch_voice_to_text
(self, voiceFile)
bridge/bridge.py:95
↓ 1 callersMethodfile_upload
(self, user, files)
lib/dify/dify_client.py:41
↓ 1 callersMethodfile_upload
(self, path: str)
bot/bytedance/coze_client.py:18
↓ 1 callersMethodfind_tasks_by_user_id
(self, user_id)
plugins/linkai/midjourney.py:402
↓ 1 callersMethodgen_auth_key1
生成授权码(新设备) Args: count: 生成数量,默认1 days: 有效天数,默认30天 Returns: 生成的授权码信息
lib/wxpad/client.py:158
↓ 1 callersMethodgen_auth_key2
生成授权码(新设备) - GET方式 Returns: 生成的授权码信息
lib/wxpad/client.py:174
↓ 1 callersFunctiongen_params
通过appid和用户的提问来生成请参数
bot/xunfei/xunfei_spark_bot.py:245
↓ 1 callersMethodgen_request_id
(self, session_id: str)
bot/xunfei/xunfei_spark_bot.py:124
↓ 1 callersMethodgen_voice
(self, text, fileName)
voice/edge/edge_voice.py:40
↓ 1 callersMethodgenerate_button_markdown_content
(self, context, reply)
channel/dingtalk/dingtalk_channel.py:203
↓ 1 callersMethodgenerate_uuid
(self)
bot/claude/claude_ai_bot.py:33
↓ 1 callersMethodgetIntent
提取意图 :param parsed: UNIT 解析结果 :returns: 意图数组
plugins/bdunit/bdunit.py:133
↓ 1 callersMethodgetSay
提取 UNIT 的回复文本 :param parsed: UNIT 解析结果 :param intent: 意图的名称 :returns: UNIT 的回复文本
plugins/bdunit/bdunit.py:227
↓ 1 callersMethodgetSlots
提取某个意图的所有词槽 :param parsed: UNIT 解析结果 :param intent: 意图的名称 :returns: 词槽列表。你可以通过 name 属性筛选词槽,
plugins/bdunit/bdunit.py:166
↓ 1 callersMethodgetUnit2
NLU 解析 version 2.0 :param query: 用户的指令字符串 :returns: UNIT 解析结果。如果解析失败,返回 None
plugins/bdunit/bdunit.py:110
↓ 1 callersMethodget_QR
download and show qrcode for options - uuid: if uuid is not set, latest uuid you fetched will be used - e
lib/itchat/core.py:67
↓ 1 callersMethodget_access_token
使用 AK,SK 生成鉴权签名(Access Token) :return: access_token,或是None(如果错误)
bot/baidu/baidu_wenxin.py:113
↓ 1 callersMethodget_chatroom_member_detail
获取群成员详细 Args: chat_room_name: 群聊名称 user_key: 普通用户密钥(可选,优先使用传入值,否则从配置文件读取) Returns: 群成员详细信息
lib/wxpad/client.py:1458
↓ 1 callersMethodget_completion_content
(self, response, node_id)
bot/ali/ali_qwen_bot.py:195
↓ 1 callersMethodget_contact
返回该 wxid 对应的完整联系人 dict, 如果没找到就返回 None
channel/wechat/wcf_channel.py:165
↓ 1 callersFunctionget_detailed_member_info
(encryChatroomId, memberList)
lib/itchat/components/contact.py:55
↓ 1 callersFunctionget_detailed_member_info
(encryChatroomId, memberList)
lib/itchat/async_components/contact.py:51
↓ 1 callersFunctionget_group_member_from_db
(group_id, wxid)
database/group_members_db.py:53
↓ 1 callersMethodget_help_text
(self, verbose=False, **kwargs)
plugins/linkai/linkai.py:271
↓ 1 callersMethodget_help_text
(self, verbose=False, **kwargs)
plugins/linkai/midjourney.py:392
↓ 1 callersMethodget_help_text
(self, verbose=False, **kwargs)
plugins/role/role.py:193
↓ 1 callersMethodget_help_text
(self, verbose=False, **kwargs)
plugins/tool/tool.py:32
↓ 1 callersMethodget_input
Multi-line input function
channel/terminal/terminal_channel.py:87
↓ 1 callersMethodget_latest_message
(self, token, open_kfid, next_cursor="")
channel/wechatcs/wechatcomservice_channel.py:250
↓ 1 callersMethodget_login_qr_code_new
获取登录二维码(异地IP用代理) Args: user_key: 普通用户密钥(从管理接口生成,必需) check: 是否检查,默认False proxy: 代理地址,默认空 Returns:
lib/wxpad/client.py:263
↓ 1 callersMethodget_messages
获取当前会话中的所有消息
bot/deepseek/deepseek_session.py:44
↓ 1 callersMethodget_msg_voice
下载语音消息 Args: bufid: 缓冲区ID length: 长度 new_msg_id: 新消息ID to_user_name: 接收者用户名 user_
lib/wxpad/client.py:614
↓ 1 callersMethodget_parsed_reply
(self, messages: list[Message], context: Context = None)
bot/bytedance/bytedance_coze_bot.py:81
↓ 1 callersMethodget_role
(self, name, find_closest=True, min_sim=0.35)
plugins/role/role.py:78
↓ 1 callersFunctionget_room_info
(wework, conversation_id)
channel/wework/wework_message.py:27
↓ 1 callersFunctionget_root
()
config.py:374
↓ 1 callersMethodget_session
(self, session_id, user)
bot/dify/dify_session.py:83
↓ 1 callersMethodget_session_id
(self)
bot/dify/dify_session.py:17
↓ 1 callersMethodget_text_reply
(self, messages, session: CozeSession)
bot/bytedance/bytedance_coze_bot.py:224
↓ 1 callersFunctionget_tmp_cleaner
获取全局清理器实例
common/tmp_cleaner.py:191
↓ 1 callersMethodget_token
(self)
channel/wechatcs/wechatcomservice_client.py:14
↓ 1 callersMethodget_token
获取阿里云服务的令牌。 返回值: - str: 获取到的令牌。
voice/ali/ali_api.py:186
↓ 1 callersMethodget_token
获取令牌
common/token_bucket.py:25
↓ 1 callersMethodget_token
获取访问百度UUNIT 的access_token #param api_key: UNIT apk_key #param secret_key: UNIT secret_key Returns: string: access_
plugins/bdunit/bdunit.py:67
↓ 1 callersMethodget_user_id
(self)
bot/bytedance/coze_session.py:29
↓ 1 callersMethodget_websocket_url
获取WebSocket连接URL Args: user_key: 普通用户密钥(可选,优先使用传入值,否则从配置文件读取) Returns: WebSocket连接URL
lib/wxpad/client.py:399
↓ 1 callersFunctionget_with_retry
(get_func, max_retries=5, delay=5)
channel/wework/wework_message.py:14
↓ 1 callersMethodhandle_friend_request
(self, cmsg: ChatMessage)
channel/wechat/wechat_channel.py:253
↓ 1 callersMethodhandle_group
(self, cmsg: ChatMessage)
channel/wechat/wechat_channel.py:230
↓ 1 callersMethodhandle_group
(self, cmsg: DingTalkMessage)
channel/dingtalk/dingtalk_channel.py:155
↓ 1 callersMethodhandle_group
(self, cmsg: ChatMessage)
channel/wework/wework_channel.py:257
↓ 1 callersMethodhandle_single
(self, cmsg: ChatMessage)
channel/wechat/wechat_channel.py:208
↓ 1 callersMethodhandle_single
(self, cmsg: DingTalkMessage)
channel/dingtalk/dingtalk_channel.py:134
↓ 1 callersMethodhandle_single
(self, cmsg: ChatMessage)
channel/wework/wework_channel.py:235
↓ 1 callersMethodhttp_sync_msg
同步消息, HTTP-轮询方式 Args: count: 消息数量 user_key: 普通用户密钥(可选,优先使用传入值,否则从配置文件读取) Returns: 同步的消息列表
lib/wxpad/client.py:669
↓ 1 callersFunctioninstall
(package)
common/package_manager.py:9
↓ 1 callersMethodinstall_plugin
(self, repo: str)
plugins/plugin_manager.py:248
↓ 1 callersMethodis_admin_in_group
(self, context)
plugins/godcmd/godcmd.py:524
↓ 1 callersMethodis_break
(self)
plugins/event.py:54
↓ 1 callersMethodis_image
(self, filepath: str)
bot/bytedance/coze_client.py:67
↓ 1 callersMethodjudge_mj_task_type
判断MJ任务的类型 :param e_context: 上下文 :return: 任务类型枚举
plugins/linkai/midjourney.py:81
↓ 1 callersFunctionload_async_itchat
load async-based itchat instance Returns: Core: the abstract interface of itchat
lib/itchat/__init__.py:16
↓ 1 callersMethodload_config
(self)
plugins/plugin_manager.py:49
↓ 1 callersFunctionload_contact
(core)
lib/itchat/components/contact.py:16
↓ 1 callersFunctionload_contact
(core)
lib/itchat/async_components/contact.py:13
↓ 1 callersFunctionload_hotreload
(core)
lib/itchat/components/hotreload.py:14
↓ 1 callersFunctionload_hotreload
(core)
lib/itchat/async_components/hotreload.py:14
↓ 1 callersFunctionload_last_login_status
(session, cookiesDict)
lib/itchat/components/hotreload.py:87
↓ 1 callersFunctionload_last_login_status
(session, cookiesDict)
lib/itchat/async_components/hotreload.py:87
← previousnext →401–500 of 1,232, ranked by callers