Fork of yowsup. Please send issues *here* not github.

Jeff Cliff 82b2f93afa this repository does not support windows/mac/blackberry 6 anos atrás
yowsup 51eda977ab Try to decode url before passing it to 'urlopen()'. 6 anos atrás
.gitignore a415dbc158 updated .gitignore 8 anos atrás
.travis.yml 847a700667 Tox tests + importlib dep in py26 8 anos atrás
LICENSE b000960ddd Changed license to gplv3 10 anos atrás
MANIFEST.in daf4516692 Fixed pip install 8 anos atrás
README.md 82b2f93afa this repository does not support windows/mac/blackberry 6 anos atrás
setup.py a49cf1d113 Fixed python2 support 7 anos atrás
tox.ini f30b6a08fe py36 to tox 7 anos atrás
yowsup-cli 9943b582d1 Bumped to 2.4.102/2.0.15 8 anos atrás

README.md

Yowsup 2

Updates (December 30, 2017)

Yowsup v2.5.7 is out, See release notes

Yowsup opened WhatsApp service under platforms!

Yowsup is a Python library that enables you to build applications which use the WhatsApp service. Yowsup has been used to create two clients: 1) An unofficial WhatsApp client Nokia N9 through the Wazapp project which was in use by more than 200K users; 2) Some other stuff.

Installation

  • Requires python2.6+, or python3.0 +
  • Required python packages: python-dateutil,
  • Required python packages for end-to-end encryption: protobuf, pycrypto, python-axolotl-curve25519
  • Required python packages for yowsup-cli: argparse, readline (or pyreadline for windows), pillow (for sending images)

Install using setup.py to pull all Python dependencies, or pip:

pip install yowsup2

### Linux

You need to have installed Python headers (probably from python-dev package) and ncurses-dev, then run

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 you use yowsup (see [this bug report](https://bugs.launchpad.net/dateutil/+bug/1243202)) to fix you'll need to chmod 644 that file.

### FreeBSD (*BSD)
You need to have installed: py27-pip-7.1.2(+), py27-sqlite3-2.7.11_7(+), then run

pip install yowsup2 ```

Special thanks

Special thanks to:

and everyone else on the WhatsAPI project for their contributions to yowsup and the amazing effort they put into WhatsAPI, the PHP WhatsApp library

Special thanks goes to all other people who use and contribute to the library as well.

Please submit PRs if you'd like to contribute to yowsup 2.0

Thanks!

License:

As of January 1, 2015 yowsup is licensed under the GPLv3+: http://www.gnu.org/licenses/gpl-3.0.html.