TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Cheap Coke – Helping Australians shop based on the price of a Coke

3 pointsby benkaiserover 4 years ago

1 comment

benkaiserover 4 years ago
Hey Hackernews,<p>I always had a fun idea of making a website tell me which of Australias two biggest supermarkets to shop at based on the price of a Coke, but only once I started did I realize how complicated it was.<p>The supermarkets themselves don&#x27;t make the data easy to scrape, so instead I opted to scrape a third-party site they partner with to list their promotional prices.<p>Since the price can change from region to region in Australia, the scipt that gathers the data (via a github action) has to scrape every single suburb that a store exists.<p>All the source code is available on github here: <a href="https:&#x2F;&#x2F;github.com&#x2F;benkaiser&#x2F;cheap-coke" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;benkaiser&#x2F;cheap-coke</a>