
WhatsApp Python Automation
WhatsApp Messaging with MCP & Ollama This project integrates PraisonAI Agents with Ollama (llama3.2) and a Go-based WhatsApp bridge. It allows you to send WhatsApp messages using natural language through a local REST API, powered by an LLM and custom MCP tools.
What is WhatsApp Python Automation?
WhatsApp Python Automation is a tool that integrates PraisonAI Agents with Ollama and a Go-based WhatsApp bridge, allowing users to send WhatsApp messages using natural language through a local REST API.
How to use WhatsApp Python Automation?
To use this tool, clone the repository, install the required dependencies, run the WhatsApp bridge, authenticate via QR code, and then send messages using a simple Python script.
Key features of WhatsApp Python Automation?
- Send messages to individual contacts or groups
- Easy setup and usage with Python
- Utilizes WhatsApp Web for message sending
- Supports natural language processing through integration with Ollama
Use cases of WhatsApp Python Automation?
- Automating customer support responses via WhatsApp.
- Sending bulk messages for marketing campaigns.
- Integrating with other applications for automated messaging.
FAQ from WhatsApp Python Automation?
- Is this tool free to use?
Yes! The tool is open-source and free to use.
- What are the prerequisites for using this tool?
You need Python 3.6 or higher, Go, a web browser, and an active WhatsApp account.
- Can I use this tool on Windows?
Yes, but additional setup is required for Windows users, including enabling CGO and installing a C compiler.
WhatsApp Python Automation
This is a Python-based WhatsApp automation tool that allows you to send messages programmatically using WhatsApp Web's interface.
Features
- Send messages to individual contacts or groups
- Easy to set up and use
- Uses Python for automation
- Works with WhatsApp Web
Prerequisites
- Python 3.6 or higher
- Go (version 1.16 or higher)
- Chrome/Firefox browser
- Active WhatsApp account
- Internet connection
Windows-Specific Requirements
For Windows users, additional setup is required:
-
Install Go:
- Download Go from the official website
- Run the installer
- Add Go to your system PATH if not done automatically
- Verify installation by running
go version
in Command Prompt
-
Enable CGO:
- CGO is required for the WhatsApp bridge to work properly
- Open Command Prompt and run:
go env -w CGO_ENABLED=1
-
Install C Compiler:
- Download and install MSYS2
- Open MSYS2 and run:
pacman -S mingw-w64-x86_64-gcc
- Add
C:\msys64\mingw64\bin
to your system PATH
Installation
- Clone this repository:
git clone [your-repository-url]
cd whatsapp-python
- Install the required dependencies:
pip install -r requirements.txt
Usage
- Navigate to the project directory:
cd whatsapp-bridge
- Run the WhatsApp bridge:
go run main.go
#this will start whatsapp mcp server
-
When running for the first time, you'll need to:
- Scan the QR code with your WhatsApp mobile app
- Wait for the authentication process to complete
- Keep your phone connected to the internet
-
To send a message, use the following format:
python whatsapp_message.py
#This will run ai with our mcp connection
send message to "recipient_name" "your message"
eg: send message to chau say hi /#remember to add contact manually to json so it will load it
How It Works
The application works by:
- Automating a web browser session
- Connecting to WhatsApp Web
- Authenticating via QR code (first time only)
- Locating the recipient in your contacts
- Sending the specified message using ollam
Important Notes
- Keep your WhatsApp phone app connected to the internet
- Don't close the server in terminal while sending messages
- Make sure the recipient is in your WhatsApp contacts
- The session needs to be re-authenticated periodically like 20 days
- For Windows users, ensure CGO is enabled and C compiler is properly configured
Troubleshooting
If you encounter issues:
- Ensure you have a stable internet connection
- Verify that your WhatsApp account is active
- Make sure the recipient's name matches exactly as it appears in your contacts
- Try re-running the script if authentication fails
Windows-Specific Issues
If you encounter errors like:
Binary was compiled with 'CGO_ENABLED=0'
: Make sure CGO is enabledgcc: command not found
: Verify MSYS2 installation and PATHmissing go.sum entry
: Rungo mod tidy
in the whatsapp-bridge directory
Contributing
Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
License
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer
This tool is for educational purposes only. Please use responsibly and in accordance with WhatsApp's terms of service.
