Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)
I'm searching for WhatsApp API, ideally a Python or Java library.

I've attempted Yowsup, yet couldn't get my number which is registered; I am situated in India and I don't know whether that has got anything to do with it.

I attempted WhatsAPI (Python library) yet it isn't working all things considered.

Any recommendations about this? Any clients of Yowsup here?

1 Answer

0 votes
by (26.4k points)

You can install it with the help of setup.py, To pull every python dependencies:

pip install yowsup

Linux:

You want to have the installed python headers, then try to execute it.

python setup.py install

FreeBSD (*BSD)

You must have installed py27-pip-7.1.2(+), py27-sqlite3-2.7.11_7(+), then try to execute the below code:

pip install yowsup

Mac OS

python setup.py install

Want to learn python to get expertise in the concepts of python? Join python certification course and get certified

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 25, 2021 in Java by dante07 (13.1k points)

Browse Categories

...