Queries for a specific item on Amazon and Ebay and returns result via email.
-
Selenium
-
chromedriver
-
Valid chromium based webbrowser
Creation of virtual environment and installation of dependencies.
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Creating and entering virutal environment
$ python -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt
-
SENDER_EMAIL: email to be used to send query responses
-
SENDER_PASSWORD: SENDER_EMAIL password
-
CHROMEDRIVERPATH: path to chromedriver
-
SELENIUM_BROWSER_PATH: path to chromium based browser
Note: Ensure that the versions for the chromium based browser matches your chromedriver