Skip to content
Andrew Smith edited this page Sep 11, 2015 · 22 revisions

Yowsup 2.0

Yowsup opened WhatsApp service under platforms!

Yowsup is a python library that enables you built application which use WhatsApp service. Yowsup has been used to create an unofficial WhatsApp client Nokia N9 through the Wazapp project which was in use by 200K + users as well as another fully featured unofficial client for Blackberry 10

Here is what you need to read to get started with yowsup 2.0 (Or quickly jump to installation) :

Installation

  • Requires python2.6+, or python3.0 +
  • Required python packages: python-dateutil
  • Required python packages for yowsup-cli: argparse

Install using setup.py to pull all python dependencies

sudo python setup.py install

Because of a bug with python-dateutil package you might get permission error for some dateutil file called requires.txt when use yowsup (see this bug report) to fix you'll need to chmod 644 that file.

Clone this wiki locally