/coupon-clicker

Clicks all the coupons for Vons.com & Target.com

Primary LanguageTypeScript

Coupon Clicker

Automatically click all those coupons!

Currently supports:

Add custom sites configs and create a new site in sites folder! Submit your own site file in a PR!

Instructions

1. Install node

  1. Install nodejs: nodejs.org
  2. npm install --production in project directory

2. Credentials

  1. copy config.example.js to config.js
  2. edit config.js with your login emails and passwords
    1. Remove any site you don't want to use

3. Run

  • npm run start