A login automation for dubizzle.com website
Download Chrome driver from here
Copy or move chrome driver to bin with this command:
sudo cp Downloads/chromedriver /usr/bin
Use the package manager pip to install requirements
pip install requirements.txt
python3 login.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.