Skip to content

A python script to automate entering Amazon Giveaways using Selenium and ChromeDriver.

Notifications You must be signed in to change notification settings

CaseySanchez/Auto-Amazon-Giveaways

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Amazon-Giveaways

Implementation for this project is currently a work-in-progress. Issues are expected.

Install

Python 2.7.X must be installed.

After Python is installed, open command-prompt and use pip to install dependencies:

  • pip install selenium
  • pip install colorama
  • pip install playsound

ChromeDriver must be installed.

Assuming git is installed on the local machine:

  • Open command-prompt and cd to a location/folder to save the project.
  • Perform git clone https://github.com/zdrouse/Auto-Amazon-Giveaways.
  • Edit this line for your own chromedriver path: chromedriver = webdriver.Chrome('/PATH/TO/chromedriver', chrome_options=opts)
    • The script needs to know where your chromedriver is installed.

Run

  • python give_it_away_now.py

Profit

bezos

About

A python script to automate entering Amazon Giveaways using Selenium and ChromeDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%