Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuchJack/n8n-nodes-wechat-send
/ functions
Functions
31 in github.com/SuchJack/n8n-nodes-wechat-send
⨍
Functions
31
◇
Types & classes
4
↓ 32 callers
Function
log
记录日志
personal-wechat-service/wechat_automation.py:34
↓ 25 callers
Function
log
(message)
personal-wechat-service/index.js:30
↓ 5 callers
Function
question
(prompt)
personal-wechat-service/setup-wizard.js:27
↓ 4 callers
Function
get_safe_filename
获取安全的文件名,移除非法字符
personal-wechat-service/wechat_automation.py:38
↓ 3 callers
Function
callPythonScript
(action, data = null)
personal-wechat-service/index.js:39
↓ 2 callers
Function
checkAndRun
()
personal-wechat-service/setup-wizard.js:136
↓ 2 callers
Function
checkPythonEnvironment
()
personal-wechat-service/index.js:163
↓ 2 callers
Function
ensureEmbeddedServiceRunning
()
nodes/utils/service.ts:244
↓ 2 callers
Function
extractFileNameFromUrl
(url: string)
nodes/utils/file.ts:11
↓ 2 callers
Function
loadServiceState
()
nodes/utils/service.ts:30
↓ 2 callers
Function
load_data_from_args
从命令行参数或临时文件加载数据
personal-wechat-service/wechat_automation.py:442
↓ 2 callers
Function
requestWithAuth
( thisArg: IExecuteFunctions, path: string, method: IHttpRequestMethods = 'GET', body?: any, )
nodes/utils/request.ts:21
↓ 1 callers
Function
checkPort
(port: number)
nodes/utils/service.ts:183
↓ 1 callers
Function
check_wechat_status
检查微信客户端状态
personal-wechat-service/wechat_automation.py:413
↓ 1 callers
Function
cleanup_temp_files
清理临时文件
personal-wechat-service/wechat_automation.py:161
↓ 1 callers
Function
createAuthMiddleware
(configuredApiKey)
personal-wechat-service/index.js:236
↓ 1 callers
Function
download_file_from_url
从URL下载文件到临时目录
personal-wechat-service/wechat_automation.py:61
↓ 1 callers
Function
generateApiKey
()
personal-wechat-service/setup-wizard.js:16
↓ 1 callers
Function
initializeService
()
personal-wechat-service/index.js:335
↓ 1 callers
Function
main
主函数 - 处理命令行参数
personal-wechat-service/wechat_automation.py:464
↓ 1 callers
Function
mimeTypeToExtension
(mimeType: string)
nodes/utils/file.ts:37
↓ 1 callers
Function
runSetupWizard
()
personal-wechat-service/setup-wizard.js:34
↓ 1 callers
Function
saveServiceState
(port: number)
nodes/utils/service.ts:18
↓ 1 callers
Function
save_binary_data_to_file
将二进制数据保存到临时文件
personal-wechat-service/wechat_automation.py:115
↓ 1 callers
Function
send_file_message
发送文件消息 - 完整实现版本
personal-wechat-service/wechat_automation.py:262
↓ 1 callers
Function
send_text_message
发送文本消息
personal-wechat-service/wechat_automation.py:180
↓ 1 callers
Function
startEmbeddedWechatService
()
nodes/utils/service.ts:48
↓ 1 callers
Function
startServer
()
personal-wechat-service/index.js:376
Function
copyIcons
()
gulpfile.js:6
Method
execute
(this: IExecuteFunctions)
nodes/WeixinWechatSend.node.ts:522
Function
uploadFileHelper
( thisArg: IExecuteFunctions, service: string, fileData: any, fileName: string )
nodes/utils/request.ts:148