ankan17 / pyzapp

Schedule your WhatsApp messages via Python!
6 stars 2 forks source link
browser-automation python3

Instructions:

  1. Clone the repository. git clone https://github.com/ankan17/pyzapp.git && cd pyzapp

  2. Create virtual environment and activate it. python -m virtualenv . && source bin/activate

  3. Download geckodriver from https://github.com/mozilla/geckodriver/releases. Extract it and copy the executable inside the bin folder.

  4. Install selenium. pip install selenium

  5. Usage: python pyzapp.py "'<friend's name>'" "'<your message>'"