wacsv

command module
v0.0.0-...-7d54408 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2024 License: MPL-2.0 Imports: 34 Imported by: 0

README

WACSV - a simple golang program to send whatsapp messages using cli.

This is an adaptation of mdtest from Whatsmeow repo.

installation assumes you have a working golang installation. Certain paths and behaviours assume a linux system. However, it should not be difficult to adapt this program for windows usage.

installation:

go get github.com/adityamj/wacsv
go install  github.com/adityamj/wacsv

Example usage:

wacsv -db-address ./mydb.sqlite3 -ignore 0 -media <image.jpg/png> -img -template <mytemplate.txt> -sleep 500 -w 60

Template Sample

Hi {{ 2 }},

Here is an exciting offer for you. Please use the coupon code {{ 3 }} for an exclusive 33% discount on your next purchase!

Here 2 indicates third column, index starts from 0

CSV file would look like

mobile,email,name,offer_code
99xxx99,abc@example.com,Example Name,EX33TODAY

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL