A simple whatsapp bot written in golang using whatsmeow.
Sample docker-compose.yml file
version: "3"
services:
prince:
image: sushiwaumai/prince
container_name: prince
volumes:
- ./data:/data
env_file: .env
This project is licensed under the MIT license