Questions tagged [yowsup]

Yowsup is a Python library that allows you to login and use the WhatsApp service and provides you with all capabilities of an official WhatsApp client, allowing you to create a full-fledged custom WhatsApp client.

About Yowsup

Yowsup is a python library that allows you to do all the previous in your own app. Yowsup allows you to login and use the WhatsApp service and provides you with all capabilities of an official WhatsApp client, allowing you to create a full-fledged custom WhatsApp client.

A solid example of Yowsup's usage is Wazapp. Wazapp is full featured WhatsApp client that is being used by hundreds of thousands of people around the world. Yowsup is born out of the Wazapp project. Before becoming a separate project, it was only the engine powering Wazapp. Now that it matured enough, it was separated into a separate project, allowing anyone to build their own WhatsApp client on top of it. Having such a popular client as Wazapp, built on Yowsup, helped bring the project into a much advanced, stable and mature level, and ensures its continuous development and maintenance.

Yowsup also comes with a cross platform command-line frontend called yowsup-cli. yowsup-cli allows you to jump into connecting and using WhatsApp service directly from command line.

62 questions
1
vote
0 answers

How to interact with terminal using python

this is a command line program which I can use via terminal using the following commands yowsup-cli demos --yowsup --config config.txt after running this command I always got this info: yowsup-cli v2.0.15 yowsup v2.5.0 Copyright (c)…
Omar Hafez
  • 122
  • 1
  • 3
  • 9
1
vote
2 answers

Yowsup - old_version error

i've got yowsup on my linux and when I trying to execute yowsup-cli registration -C -r sms -p I'm getting INFO:yowsup.common.http.warequest:{"status":"fail","reason":"old_version"} status:…
Kaczper
  • 103
  • 1
  • 2
  • 11
1
vote
2 answers

Where is the documentation for the latest version of yowsup?

Yowsup is a Whatsapp API. I have installed it on my computer but I cannot find the command to register my phone in it. I have tried Googling it but all the commands I found were for older versions of Yowsup which have been changed now. Any tutorial…
user5757613
1
vote
1 answer

yowsup-cli: registration procedure failing, something unknown is "missing"

I am using yowsup-cli, and it prints the following when I run "yowsup-cli version" ... yowsup-cli v2.0.13 Using yowsup v2.4 I am trying to perform the registration as specified in the yowsup documentation, as follows. However, it fails. First, I…
HippoMan
  • 2,119
  • 2
  • 25
  • 48
1
vote
0 answers

Sending a group notification on addition of a new member in Yowsup

When I create a group and add a new member(the number of the newly added member is the number which is used to login to yowsup), I want to send a notification to all the members saying "Hello!". This reply should be automated. How do I do this? I…
Abhijay
  • 191
  • 4
  • 18
1
vote
1 answer

Error trying to install yowsup on windows

I followed instructions as given here I installed python 3.4.3, then installed zlib and finally executed python setup.py install after downloading extracting the yowsup from hereenter link description here and changed directory to yowsup-master. But…
rahulserver
  • 10,411
  • 24
  • 90
  • 164
1
vote
0 answers

command to download profile image - yowsup 2.0 python whatsapp

I have a problem with yowsup 2.0 and python. What is the command to download a profile image (of a friend) using yowsup 2.0 + python? Should I use a layer?
user3585560
  • 61
  • 1
  • 7
1
vote
1 answer

Redirect output of Whatsapp bash script to file interactively for automation purpose

Yowsup-cli is a library that can allow you to send message to whatsapp users,once authenticated. By the coommand yowsup-cli -a --interactive --wait --autoack --keepalive --config yowsup-master/src/yowsup-cli.config I can…
Jacquelyn.Marquardt
  • 602
  • 2
  • 12
  • 30
1
vote
2 answers

command python yowsup-cli -c config ... not working on raspberry pi

I am working on sending messages from RasPi through Whatsapp. I have already installed yowsup. I have completed with the registration process using the following commands, and have stored it in a config file: python yowsup-cli registration…
user3092228
  • 49
  • 1
  • 7
1
vote
1 answer

Yowsup connection to whatsapp raise Disconnected because close exception

I have installed the yowsub library (the latest version ) on my device ( Ubuntu 12.04 ) also I have obtained the request code by running this command $ ./yowsup-cli --requestcode sms --config yowsup-cli.config and then I registered it successfully…
1
vote
2 answers

Yowsup Authentication don't work

I'm trying to make some test with this nice library. I have made successfully tests with yowsup-cli but now I'd like to create a small python script to manage in a smart ways events (with listener/callback). I'm trying the code explained here…
drenda
  • 5,846
  • 11
  • 68
  • 141
1
vote
1 answer

Integrating WhatsAPI/Yowsup into Android

I am new to Android and aim to build a group chat, and peer to peer chat feature in my app. I have researched and read about WhatsAPI and Yowsup, as they seem to be promising, but do not see any implementation to Android. Is anyone familiar with…
Sauron
  • 6,399
  • 14
  • 71
  • 136
1
vote
0 answers

why yowsup can not able to send request to whatsapp server?

Yowsup was running flawlessly yesterday...and today it's giving me an error. I just download Yowsup from https://github.com/tgalal/yowsup and edit config.example file for change number and country code then fire below command in terminal python…
0
votes
0 answers

Yowsup registration failed " authkey, missing parm

Getting below error while register yowsup with cmd yowsup-cli registration --requestcode sms --phone ********* --cc 49 --mcc 24 --mnc 07 error: status: fail param: authkey reason: missing_param login: 91********** could not able to register on…
0
votes
1 answer

yowsup - Send a message to a group

I know this question has been asked before, but it's been about 4-5 years since the latest responses and I think those solutions or even the library itself are not working anymore. How to send a message to a Whatsapp group using yowsup…
Hans GD
  • 50
  • 9