gilday / evic-autoclipper

Page scraping utility that automatically clips Harris Teeter e-vic coupons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evic-autoclipper

Script for automatically clipping Harris Teeter E-Vic coupons. Run this script on a schedule to help your grocery bill with little effort. In no way affiliated with Harris Teeter.

The script uses CasperJS to execute the evic-autoclipper.js script in a PhantomJS browser. The script navigates to harristeeter.com, performs a log-in, then clips all available E-Vic coupons.

Run with Docker

The recommended way to run evic-autoclipper is with Docker

docker run --rm gilday/evic-autoclipper --username=<evic-username> --password=<evic-password>

About

Page scraping utility that automatically clips Harris Teeter e-vic coupons

License:MIT License


Languages

Language:JavaScript 96.1%Language:Dockerfile 3.9%