An open API service indexing awesome lists of open source software.

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.

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
```