Capture whatsapp connections from any contact.
- Install dependencies (Linux Ubuntu):
sudo apt install python3 python3-pip
- Clone this repository
git clone https://github.com/decoxviii/whatsapp_activity.git
cd whatsapp_activity
- Install requirements
sudo -H pip3 install -r requirements.txt
- Download the chromedriver compatible with your browser (Chrome) version.
Start by printing the available actions by running python3 bin/whatsapp_activity --help
. Then you can perform the following test:
python3 bin/whatsapp_activity --chromedriver <path to chromedriver>
Watch this demo video
decoxviii