Skip to content

robertjskelton/amazon_gifts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Gifts

This is a node script that uses selenium-webdriver to purchase 12x $1.01 Amazon gift cards. Originally by @ageoldpun, modified by @robertjskelton

Requirements

You'll need node, npm, and ChromeDriver to run this script. If using a Debian-based system, run "sudo apt-get install node npm" Here is a guide on installing ChromeDriver: https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/

To Use

  1. Clone this repo using "git clone https://github.com/robertjskelton/amazon_gifts"
  2. cd to directory "cd amazon_gifts"
  3. Run "npm install"
  4. Enter your Amazon username on line 12 (ap_email id)
  5. Enter your Amazon password on line 13 (ap_password id)
  6. Enter your email on line 19 as well, unless you want to send me some gift cards :)
  7. Once edited properly, run "node buy_card.js"

Notes

This uses your Amazon accounts default card. If you're doing this to hit a certain number of purchases on a certain card, be sure to set that card as your default funding source before running this script.

About

Automate Amazon gift card puchases with Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%