From bc39bb38a37ef1ee5db1d2c86d2a59a7eb4e4e06 Mon Sep 17 00:00:00 2001 From: sigil-03 Date: Fri, 26 Dec 2025 15:59:27 -0700 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0ab547 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# NOMADNET FETCHER +fetch resources being hosted on nomadnet nodes :3 + +## USAGE +set up venv: +`python3 -v venv venv && source venv/bin/activate && pip install -r requirements.txt` + +run app: +`python3 fetcher.py :`