Yahks/whatsapp_mass_dm
GitHub: Yahks/whatsapp_mass_dm
基于逆向 WhatsApp Web API 的非官方批量消息发送工具,解决了无 Business 账号下的群发通知需求。
Stars: 0 | Forks: 0
# whatsapp_mass_dm
非官方 WhatsApp 批量消息发送工具。设置简单,易于使用。
基于 WaSender API 构建 — 无需 WhatsApp Business 账号。
## 工作原理
```
1. Clone the repo
2. Add your phone numbers to numbers.txt (one per line)
3. Write your message in comment.txt
4. Get your API key from wasenderapi.com
5. Add the API key to .env
6. Run the script — it sends to every number automatically
```
## 设置说明
```
git clone https://github.com/Yahks/whatsapp_mass_dm
cd whatsapp_mass_dm
pip install -r requirements.txt
```
创建一个 `.env` 文件:
```
API_KEY=your_wasenderapi_key_here
```
将号码添加到 `numbers.txt` 中:
```
2348012345678
2348087654321
2341234567890
```
在 `comment.txt` 中编写您的消息,然后运行:
```
python main.py
```
## 环境要求
- Python 3.x
- WaSender API 密钥 — 请访问 [wasenderapi.com](https://www.wasenderapi.com) 获取
- 已连接到 WaSender 的有效 WhatsApp 号码
## 构建技术
Python · WaSender API · WhatsApp Web(非官方)
## 免责声明
仅供学习和营销目的使用。
请负责任地使用 — 批量发送消息可能会触发 WhatsApp 的垃圾信息检测。
标签:Python, WhatsApp, 无后门, 消息群发, 网络调试, 自动化, 营销工具, 逆向工具