Trying to make a bot to whatsapp using selenium.
- A whatsapp account with web interface connected.
- A place to persist the profile files, using
./profile
- Docker and Docker Compose or any other way to run python
- Just open the main page of web.whatsapp.com for now...
Run docker-compose up
- A directory with a new browser profile will be created.
Stop with docker-compose down
- Add profile persistence
- Detect disconnected profile to scan qr code
- Get browser driver in Dockerfile
- Read chats
- Detect new messages
- ...