Instructions:
-
Clone the repository.
git clone https://github.com/ankan17/pyzapp.git && cd pyzapp
-
Create virtual environment and activate it.
python -m virtualenv . && source bin/activate
-
Download geckodriver from https://github.com/mozilla/geckodriver/releases. Extract it and copy the executable inside the bin folder.
-
Install selenium.
pip install selenium
-
Usage:
python pyzapp.py "'<friend's name>'" "'<your message>'"