https://github.com/andrewkatz/creality-watcher
Watches the Creality online store to notify you when products are in stock.
https://github.com/andrewkatz/creality-watcher
Last synced: about 1 month ago
JSON representation
Watches the Creality online store to notify you when products are in stock.
- Host: GitHub
- URL: https://github.com/andrewkatz/creality-watcher
- Owner: andrewkatz
- License: mit
- Created: 2020-05-18T17:08:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T17:09:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T18:50:04.943Z (3 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creality Watcher
A small tool to monitor when Creality products are in stock so that you don't have to manually
monitor their site.## Features
- Mac system notifications
- Push notifications to your phone (with Pushover)
- Configurable## Setup
Install bundler.
```
gem install bundler
```To configure, make a copy of the example config file and tweak as needed.
```
cp config.example.yml config.yml
```# Run it
```
./watch
```