Skip to content

Queries for a specific item on Amazon and Ebay and returns result via email.

License

Notifications You must be signed in to change notification settings

Dev-Dominic/OnlineItemQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Item Query

Queries for a specific item on Amazon and Ebay and returns result via email.

External Dependencies

  • Selenium

  • chromedriver

  • Valid chromium based webbrowser

Setup

Linux/Mac OS

Creation of virtual environment and installation of dependencies.

$ python -m venv venv

$ source venv/bin/activate

$ pip install -r requirements.txt

Windows

Creating and entering virutal environment

$ python -m venv venv

$ venv\Scripts\activate

$ pip install -r requirements.txt

Environment variables

  • 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

About

Queries for a specific item on Amazon and Ebay and returns result via email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages