Skip to content

Checks current price of a specific Miele dishwasher and emails when price drop is detected

Notifications You must be signed in to change notification settings

nii236/mielechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miele Checker

Simple script. GETs a specific dishwasher model, searches for specific words, sends specific email when a price drop is detected.

Add it to a crontab for best results!

Spinup

glide install
touch keys.go

Add relevant global variables to keys.go. Here is a template:

package main

var emailSubject = "Miele dishwasher price drop detected (g-4920-sci-clst-cleansteel-integrated-60cm-wide)"
var emailSender = "user@example.com"
var emailReceiver = "user@example.com"
var mailgunDomain = "mail.example.com"
var mailgunAPIKey = "key-EXAMPLEAPIKEY"
var mailgunPublicAPIKey = "pubkey-EXAMPLEAPIKEY"

Run the app!

go run *.go

About

Checks current price of a specific Miele dishwasher and emails when price drop is detected

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages