Add humanize for relative times

This commit is contained in:
2025-03-18 17:00:36 -04:00
parent 87a205ae74
commit 823511e714
5 changed files with 23 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ This was originally written before [alerts](https://www.redflagdeals.com/alerts/
The simplest way to get started is to clone this repo, and run with docker:
```sh
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:1
docker run -it -v "$(pwd)/examples/config.yml:/app/config.yml" ghcr.io/davegallant/rfd-notify:2
```
To run the code with [poetry](https://python-poetry.org/), clone this repo and run the following: