Skip to content

Receive an email if a specific keyword is found on a website.

Notifications You must be signed in to change notification settings

mren/website-keyword-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Alert

Notifies via Email if a certain word is found on a website.

Build

go build

Configuration

Environment variables are used to configure the cronjob.

CONFIG_URL=file://example-configuration.json \
MAILGUN_DOMAIN=example.com \
MAILGUN_KEY=secret=key \
./alert

Deploy

This project can be deployed on heroku and executed via the Heroku Scheduler on a free dyno.

heroku apps:create
heroku config:set CONFIG_URL=https://...
heroku addons:create scheduler:standard
heroku addons:open scheduler # add `bin/alert` to scheduler

About

Receive an email if a specific keyword is found on a website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages