generated README and updated generation script

This commit is contained in:
Le fishe au chocolat 2026-06-19 12:52:58 +02:00
parent 85570c024b
commit 952b56342a
3 changed files with 147316 additions and 9 deletions

View file

@ -1,8 +0,0 @@
# Wallpaper Archive
Automated archive of wallpapers to bypass Cloudflare and prevent dead links.
## Gallery
| Preview | Title | Tags |
| --- | --- | --- |

147315
README.md Normal file

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@ header = "# Wallpaper Archive\n\nAutomated archive of wallpapers.\n\n## Gallery\
rows = []
# Scans the mapped /app/assets folder
for json_file in sorted(glob.glob("assets/*.json")):
for json_file in sorted(glob.glob("/hdd/colorwall-mirror/*.json")):
try:
with open(json_file, "r", encoding="utf-8") as f:
item = json.load(f)