-
For #13
-
Added an python script to sync all image data with local files via hash verification
-
Converted all json image field to map on /images/.img
-
Downloaded about 93 images = 5 MB
-
Python script has --help to handle some function
usage:
uv run python3 image-sync.py Username.json
checks if hash match and file name exists
uv run python3 image-sync.py --verify-cache
verify all image links if any has been updated
uv run python3 image-sync.py
run sync on all maintainer/*.json file (< 1 minute run)
- For #13
- Added an python script to sync all image data with local files via hash verification
- Converted all json image field to map on /images/<filename>.img
- Downloaded about 93 images = 5 MB
- Python script has `--help` to handle some function
usage:
> uv run python3 image-sync.py Username.json
checks if hash match and file name exists
> uv run python3 image-sync.py --verify-cache
verify all image links if any has been updated
> uv run python3 image-sync.py
run sync on all maintainer/*.json file (< 1 minute run)