mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 16:23:39 +00:00
a10d0f235c28e73ad5a6b9e911635cfe37fe9552
rfd-notify
This tool looks for regular expressions from RedFlagDeals.com forums and will send emails based on matches.
requirements
- a free SendGrid API key
use
Declare a configuration. An example can found in config.toml
rfd-notify ./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.
Languages
Python
92.5%
Dockerfile
6.1%
Shell
1.4%