Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (35 loc) · 1.03 KB

AutoBuyAMZN

A Script to Order a specified product from Amazon. Works in combination with Chrome and Windows Task Scheduler.

Requirements:

  • Selenium
  • ConfigParser
  • UrlLib3
  • Chrome Webdriver

Other Requirements

  • Microsoft Windows
  • Google Chrome

Config.ini Format

[MAIN]
DRIVER_LOCATION = ABSOLUTE PATH FOR THE CHROMEDRIVER

[CREDS]
USERNAME = ACCOUNT EMAIL
PASSWORD = AMAZON PASSWORD

[ORDER]
URL = https://amazon.in
CARD = LAST 4 DIGITS OF PREFERRED SAVED CARD
CVV = CVV
PRODUCT = PRODUCT NAME
ASIN = PRODUCT ASIN [IF AVAILABLE]

Installation:

  1. Clone the Repository. git clone https://github.com/vrezn0v/AutoBuyAMZN
  2. cd into cloned repo. cd AutoBuyAMZN
  3. Install the dependencies. pip install -r requirements.txt
  4. Edit config.ini according to your requirements.
  5. Run the Script or Schedule it with Task Scheduler.

Todo:

  • Add GUI
  • Add support for other websites
  • Add an auto scheduler