Skip to content

Finitv/prince

 
 

Repository files navigation

Prince

A simple whatsapp bot written in golang using whatsmeow.

How to use

Sample docker-compose.yml file

version: "3"
services:
  prince:
    image: sushiwaumai/prince
    container_name: prince
    volumes:
      - ./data:/data
    env_file: .env

License

This project is licensed under the MIT license

About

A simple whatsapp bot written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 99.6%
  • Dockerfile 0.4%