Implementation for this project is currently a work-in-progress. Issues are expected.
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.
- Download latest release of ChromeDriver from Google.
- Place the ChromeDriver in a directory that matches the path you want for the script.
Assuming git
is installed on the local machine:
- Open
command-prompt
andcd
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.
python give_it_away_now.py