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
votes
1 answer

syntax error while using YOWSUP

i am following this tutorial : http://xebee.xebia.in/index.php/2013/11/25/yowsup-the-whatsapp-api/ in step 3 when i execute this on my terminal : $ python yowsup-cli -c config.example -r sms i get a syntax error saying Detected cc: 20 Failed,…
-2
votes
1 answer

how to install yowsup in windows 10

I installed yowsup by using "pip" command pip install yowsup2 Collecting yowsup2 Downloading yowsup2-2.5.7.tar.gz (112kB) 100% |████████████████████████████████| 112kB 520kB/s Requirement already satisfied: python-dateutil in…
Rudraprasad Pradhan
  • 181
  • 1
  • 1
  • 12
1 2 3 4
5