Terminal app that looks up every real-world alcohol referenced in a given episode of the anime Botan Kamiina Fully Blossoms When Drunk (上伊那ぼたん、酔へる姿は百合の花) — Japanese and English names, ABV, brand, origin, and where to buy it in Japan and Singapore. Built with Go.
go run . -episode 1
Episode 1
Aired: 2026-04-11
[1] Whiskey Highball (ハイボール)
Type: Cocktail
ABV: 7% to 9% in ready-to-drink cans
Origin: Japan
...
Curated by hand in data/episodes.json — one entry per episode, each holding an array of alcohol references (an episode can feature more than one drink). Schema lives in internal/episode/episode.go:
japaneseName,englishName— native and romanized/English nameimage— reference image URLtype— sake, beer, wine, cocktail, etc.abv— alcohol contentbrand— producer or product lineorigin— region the drink comes fromjpStores/sgStores— arrays of{name, url}retailer links
Work in progress:
- Episode lookup CLI (
-episode N) - Episode 1 data seeded
- Episodes 2–12
- Fuzzy/partial search across all referenced drinks
- Bubble Tea TUI
- JP/EN display toggle