| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project sets up WAHA (WhatsApp HTTP API) in Docker along with a Python Flask service that:
git clone https://github.com/mhamidjamil/waha
cd wahacp .env.example .envMake sure Docker is installed, then run:
docker-compose up -dThis will start WAHA at http://localhost:5002.
Install dependencies:
pip install -r requirements.txtRun with default 2-minute delayed start:
python whatsapp_starter.pyRun with instant start (skip delay):
python whatsapp_starter.py --instantYou can make the Flask service run automatically whenever Windows starts.
Press Win + R, type:
shell:startup
and hit Enter. This opens the Startup folder.
Create a new Shortcut inside this folder:
Right-click → New → Shortcut.
Enter the command to run your script, for example:
python "C:\path\to\your\repo\whatsapp_starter.py"
Name it (e.g., WhatsApp Starter).
Save and reboot. The script will now run automatically at startup 🎉
WAHA runs in Docker (docker-compose.yaml).
Python Flask API:
Blocklist support: add senders (e.g., status) to .env → these messages will only print, not forward to ntfy.
Logs incoming messages with timestamp.
Secure API calls with X-Api-Key.
| Back | FazBrowse Home | New Git URL |