utility to fetch files from nomadnet nodes. uses lots of copied code from the NomadNet browser :)
Find a file
2025-12-26 17:48:28 -07:00
fetcher.py add output directory 2025-12-26 17:48:28 -07:00
README.md add README 2025-12-26 15:59:27 -07:00
requirements.txt initial rough-cut of fetcher code 2025-12-26 15:57:25 -07:00

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>