Files
rfd-notify/README.md
Dave Gallant 1989b48d99 Add optional --dbpath flag (#6)
* Use common config with lower cache capacity

* Add command line argument parser

* Add optional --dbpath flag
2020-06-22 22:54:06 -04:00

940 B

rfd-notify

Dependabot

This tool looks for regular expressions from RedFlagDeals.com forums and will send emails based on matches.

requirements

use

Declare a configuration. An example can found in config.toml

rfd-notify --config ./examples/config.toml

cross compile

I had motivations to run this on a Raspberry Pi Zero:

alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src messense/rust-musl-cross:arm-musleabihf'
rust-musl-builder cargo build --release

The above can be substituted for other architectures.