Sign inSign up

trivix/whatsapp

By trivix

Updated almost 11 years ago

WhatsApp-Client

Image
16

6.0K

trivix/whatsapp repository overview

Preparation

You need to enter your phone number and password in /root/yowsup-master/src/yowsup-cli.config:

  1. docker run -i -t trivix/whatsapp:latest /bin/bash
  2. vi /root/yowsup-master/src/yowsup-cli.config
  3. enter at cc your country code, at phone your phone number and at password your password
  4. exit

If you don`t have a password, follow the steps below:

TODO

Finally commit your container to an image:

docker commit 'CONTAINER ID' user/whatsapp

Usage

Send a message

docker run --rm trivix/whatsapp:latest sendMessage 0123456789 "This is a test!"

Parameter one is the phone number of the recipient and parameter two is the message.

Receive a message (or messages)

docker run -t trivix/whatsapp:latest receiveMessage

Chat

docker run -i -t trivix/whatsapp:latest chat 0123456789

Parameter one is the phone number of the recipient.

Tag summary

Content type

Image

Digest

sha256:e1165019f

Size

95.6 MB

Last updated

almost 11 years ago

docker pull trivix/whatsapp