https://github.com/robinst/digitec_watcher
Script to watch the Digitec website for price or delivery status changes and send out notifications per e-mail
https://github.com/robinst/digitec_watcher
Last synced: 6 months ago
JSON representation
Script to watch the Digitec website for price or delivery status changes and send out notifications per e-mail
- Host: GitHub
- URL: https://github.com/robinst/digitec_watcher
- Owner: robinst
- License: mit
- Created: 2012-05-27T15:01:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T02:08:16.000Z (over 6 years ago)
- Last Synced: 2025-07-20T00:10:03.498Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digitec Watcher
Script to watch the Digitec website for price or delivery status changes
and send out notifications per e-mail.
## Usage
The script uses Ruby and Bundler for installing dependencies. To make sure
bundler is installed, run `gem install bundler`. Then:
1. Clone this repo
2. Run `bundle install` inside the cloned repository
3. Copy the config.sample.json to config.json and change URLs and e-mail
4. Run notify.rb as a cron job at desired interval
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request