Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 456 Bytes

Web Automation for searching price in Amazon and Ebay

Web Automation

Installation

Use the package manager pip to install pipenv

pip install pipenv
  1. Run the command in cmd to install the dependencies
python -m pipenv install
  1. Start the virtual env
python -m pipenv shell
  1. Run main.py
python main.py

Notes

  • Place the webdriver in ./resources folder