Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 467 Bytes

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>'"