This is a Python project for sending automated messages via WhatsApp Web using the openpyxl
library to read data from an Excel spreadsheet and pyautogui
to control automation.
To use the project, you need to install the following libraries:
pip install openpyxl
pip install pyautogui
Example:
Name | DDI | DDD | Phone |
---|---|---|---|
Person1 | 55 | 21 | xxxxxxxxx |
Person2 | 55 | 11 | xxxxxxxxx |
- Create a spreadsheet with .xlsx named clients
- Open WhatsApp Web in your browser here.
- Run the project and wait for WhatsApp Web to open.
- The project will read data from the 'clients.xlsx' spreadsheet.
- An automated message will be sent to each contact in the spreadsheet.
Este é um projeto em Python para envio de mensagens automáticas via WhatsApp Web usando a biblioteca openpyxl
para ler dados de uma planilha Excel e pyautogui
para controlar a automação.
Para usar o projeto, é necessário instalar as seguintes bibliotecas:
pip install openpyxl
pip install pyautogui
Exemplo:
Name | DDI | DDD | Phone |
---|---|---|---|
Person1 | 55 | 21 | xxxxxxxxx |
Person2 | 55 | 11 | xxxxxxxxx |
- Crie uma planilha com .xlsx chamada clients
- Abra o WhatsApp Web no seu navegador aqui.
- Execute o projeto e aguarde a abertura do WhatsApp Web.
- O projeto lerá os dados da planilha 'clients.xlsx'
- Uma mensagem automática será enviada para cada contato da planilha.