-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Home
Amal Murali edited this page Jan 28, 2016
·
22 revisions
Yowsup is a Python library that enables you to build application that 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) :
- Requires Python 2.6+, or Python 3.0+
- Required Python packages:
python-dateutil
- Required Python packages for
yowsup-cli
:argparse
Install using setup.py
to satisfy 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.