From 4093468dc7117a2d796b9a18829d0058f742c334 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Wed, 10 Jun 2026 01:38:34 +0900 Subject: =?UTF-8?q?Add=20auto-enrichment=20skill:=20golive=20+=20venue=20s?= =?UTF-8?q?ite=20=E2=86=92=20AppSync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enrich-event.py searches golive SQLite DB (/app/tokyo-livehouse-events/data/events.db) for the matching venue event, then fetches the venue detail page to download the flyer image, uploads it to S3, and updates the AppSync Event record with ticketURL, detailURL, mainImageURL, description (OPEN/START times + artists), and ticketFee. CLAUDE.md updated with the full add→enrich→deploy workflow for agent use. Co-Authored-By: Claude Sonnet 4.6 --- official-site/events/2026-06-27-cre4m-sod4.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'official-site/events/2026-06-27-cre4m-sod4.json') diff --git a/official-site/events/2026-06-27-cre4m-sod4.json b/official-site/events/2026-06-27-cre4m-sod4.json index 89ce98a..ca9ebef 100644 --- a/official-site/events/2026-06-27-cre4m-sod4.json +++ b/official-site/events/2026-06-27-cre4m-sod4.json @@ -9,9 +9,9 @@ "description": "雨傘とペトリコール / mosquitone / 人造ネオン / LOOM", "ticketFee": "一般 ¥3,000(+1D ¥700) ※学生証提示で¥1,000ディスカウント / 配信 ¥2,000", "key": "260627", - "ticketURL": null, - "detailURL": null, - "mainImageURL": null, + "ticketURL": "https://tiget.net/events/494018", + "detailURL": "https://navey-floor.com/event/2026-6-27n/", + "mainImageURL": "https://S3_BUCKET_REDACTED.s3.ap-northeast-1.amazonaws.com/public/site/live/260627-cre4m-sod4-flyer.jpg", "venueURL": null, - "_note": "OPEN 18:30 / START 19:00" + "_note": "OPEN 18:00 / START 18:30 (当初発表から変更あり)" } -- cgit v1.2.3