#!/usr/bin/env python3 """Build Landvex site with all articles""" import json import glob from datetime import datetime # Hämta alla artiklar files = glob.glob('/home/bernt/.openclaw/workspace/projects/landvex/20-automation/intag/kandidatposter-2026-07-08*.json') all_articles = [] for f in files: with open(f) as fh: data = json.load(fh) all_articles.extend(data.get('kandidater', [])) print(f"Found {len(all_articles)} articles") # Bygg HTML html = f'''
Infrastructure Intelligence — Global decisions, local insights