Browse Source

add readme

raylu 1 month ago
parent
commit
8643c15f32
1 changed files with 11 additions and 0 deletions
  1. 11 0
      readme.md

+ 11 - 0
readme.md

@@ -0,0 +1,11 @@
+## supply cart
+
+install uv: https://docs.astral.sh/uv/getting-started/installation/
+
+get a FIO API key from https://fio.fnar.net/settings and create a `config.toml` like
+```toml
+username = 'raylu'
+fio_api_key = 'uuid_here'
+```
+
+`uv run supply.py promitor`