diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-10 01:38:34 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-10 01:38:34 +0900 |
| commit | 4093468dc7117a2d796b9a18829d0058f742c334 (patch) | |
| tree | f1317dd8cafc049b4f32e3b71712529625b9375f /official-site/events/2026-06-27-cre4m-sod4.json | |
| parent | d083ff9083f0901e5651190c3ad720f41d5b3065 (diff) | |
Add auto-enrichment skill: golive + venue site → AppSync
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 <noreply@anthropic.com>
Diffstat (limited to 'official-site/events/2026-06-27-cre4m-sod4.json')
| -rw-r--r-- | official-site/events/2026-06-27-cre4m-sod4.json | 8 |
1 files changed, 4 insertions, 4 deletions
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 (当初発表から変更あり)" } |
