add README

This commit is contained in:
sigil-03 2025-12-26 15:59:27 -07:00
parent c347d800ce
commit bc39bb38a3

9
README.md Normal file
View file

@ -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 <target address hash>:<path/to/resource>`