-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Home
tgalal edited this page Nov 27, 2014
·
22 revisions
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) :
- 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.