📅  最后修改于: 2023-12-03 15:05:56.160000             🧑  作者: Mango
WhatApp - Shell-Bash 是一个基于 Shell-Bash 编写的命令行工具,用于发送 WhatsApp 消息。它可以在不用打开 WhatsApp 官方应用的情况下快速发送消息,非常适合程序员使用。
在安装 WhatApp - Shell-Bash 之前,请确保你的计算机中已安装以下软件:
安装 WhatApp - Shell-Bash 很简单,只需在终端中运行以下命令:
$ git clone https://github.com/shufo/whatapp-shell-bash.git
$ cd whatapp-shell-bash
$ chmod +x send-message.sh
使用 WhatApp - Shell-Bash 发送消息之前,你需要先将你的 WhatsApp 二维码扫描到你的计算机中。具体方法可以参考 WhatAppWeb。
在终端中进入 WhatApp - Shell-Bash 的目录,运行以下命令:
$ ./send-message.sh <phone_number> "<message>"
其中 <phone_number>
为接收消息的手机号码,<message>
为消息内容。请注意,<message>
必须用双引号包含起来。例如:
$ ./send-message.sh +8612345678901 "Hello World!"
这将向手机号为 +8612345678901 的用户发送一条消息,内容为 "Hello World!"。
另外,你可以在 send-message.sh
文件中修改以下变量的值来自定义发送消息的参数:
NOTIFY_SOUND
: 是否播放消息通知音效,可选值为 true
或 false
。NOTIFY_COLOR
: 消息通知颜色,可选值为 green
、yellow
、red
、purple
、orange
, black
或 white
。USER_AGENT
: HTTP 请求消息头中的 User-Agent,可根据自己的需求自定义。相对于 WhatsApp 官方应用,WhatApp - Shell-Bash 有以下优点:
使用 WhatApp - Shell-Bash 发送消息时,需要注意以下事项: