Home
Payam Azadi edited this page Mar 25, 2016
·
18 revisions
Pages 15
- Home
- [Legacy] yowsup cli
- [Legacy] Yowsup Documentation
- Architecture
- Command line client
- End to End encryption
- FAQ
- Sample Application
- Sending Iq messages
- Telegram bot inspired Http Interface
- Upload and send Media
- yowsup cli
- yowsup cli 2.0
- Yowsup development, debugging, maintainance and sanity
- Yowsup Microservice REST API
Clone this wiki locally
Yowsup 2.0
Yowsup opened WhatsApp service under platforms!
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) :
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.