Skip to content

negipo/content_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Alert

Alert if web content exists with opening browser and growl notification. Only works with OSX and requires growl.

Usage

$ cp config/contents.yml.sample config/contents.yml
$ rake install # This will create launchd config.

Then modify config/contents.yml like followings.

---
- :name: 2014年発売MBP 256Gストレージ
  :uri: http://store.apple.com/jp/browse/home/specialdeals/mac/macbook_pro/13
  :css: td.specs
  :regexp: 13.3インチMacBook Pro.*2014年.*256G
  :launch_browser: true
  :appear: true

Also you can stop alerting temporary to do as followings.

$ echo 'STOP_CONTENT_ALERT=1' > .env

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published