This is the yowsup configuration extractor, can be extracted from rooted android devices or local files.
You should install adb first in your system environment then follow the steps below.
$ git clone https://github.com/kaisar945/yowsup-config-extract.git
$ cd yowsup-config-extract
$ python3 setup.py sdist
$ pip3 install dist/yowsup-config-extracter-x.x.x.tar.gz
-
Extract from rooted android device
yowsup-config-extract -s {android-device-serial} -fmt {conf|hash}
-
Extract from local directory
yowsup-config-extract -d {local-directory} -fmt {conf|hash}
-
See the
--help
option for other usage.usage: yowsup-config-extract [-h] [-s SERIAL] [-d DATADIR] [-p PACKAGE] [-fmt {conf,hash}] [-D] Extract config file for yowsup project. optional arguments: -h, --help show this help message and exit -p PACKAGE, --package PACKAGE for mod package, default:com.whatsapp Extracter options: -s SERIAL, --serial SERIAL extract from specific android device -d DATADIR, --datadir DATADIR extract from specific local directory Output options: -fmt {conf,hash}, --output-format {conf,hash} output format -D, --debug show debug log
- Not support for
ios
devices and no plans.