SCA-Wishlist-Notifier

command module
v0.0.0-...-f9ff017 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2021 License: MIT Imports: 9 Imported by: 0

README

SCA Wishlist Notifier

Introduction

SCA Wishlist notifier parses your Super Cheap Auto (SCA) Wishlist and sends notifications with pushover when there is a product on sale.

Getting Started

The application is wrapped using docker, using environment variables.

Supercheap Wishlist ID

You can find this under you account, wishlist, share link. In the URL WishlistID=###

Cron

See documentation here: http://godoc.org/github.com/robfig/cron

docker-compose
version: "3"
services:
  sca-wishlist-notifier:
    image: atajsic/sca-wishlist-notifier
    environment:
      WL_SCA_WLID: ###
      WL_PUSHOVER_APP: ###
      WL_PUSHOVER_RECIPIENT: ###
      WL_CRON: "0 0 9 * * *"
    volumes:
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped

License

This software is distributed under the MIT License. See the LICENSE file for more details.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL