Simply clone the repository from Github and install dependencies (I always use a virtualenv, feel free to skip that step): git clone git@github.com:tcassou/gmaps cd gmaps virtualenv env .
. ├── gmaps_whatsapp_automation.py # Main automation script ├── quick_start.py # Simple test script ├── install.sh # Automated installation ├── requirements_whatsapp.txt # Python dependencies ├── .env ...