12 lines
497 B
Markdown
12 lines
497 B
Markdown
# mdtest
|
|
|
|
This is a simple tool for testing whatsmeow.
|
|
|
|
1. Clone the repository.
|
|
2. Run `go build` inside this directory.
|
|
3. Run `./mdtest` to start the program. Optionally, use `rlwrap ./mdtest` to get a nicer prompt.
|
|
Add `-debug` if you want to see the raw data being sent/received.
|
|
4. On the first run, scan the QR code. On future runs, the program will remember you (unless `mdtest.db` is deleted).
|
|
|
|
New messages will be automatically logged. To send a message, use `send <jid> <message>`
|