Skip to content

vRezn0v/AutoBuyAMZN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages