Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
21–30 of 94 posts
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#22Nice! Do you know if the Austrian billa (REWE's subsidiary) is using the same api?
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#23Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#24It would have been a cool project!
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#25Surprised how little the B2C and even B2B e-commerce segment is providing API access for automation and agentic coding. One could easily set up rate limits, fraud detection and KYC checks upfront initial access.
B2C: Is it really surprising that a busines has no interest in providing more price transparency to their customers?
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#26Cool project, but have mixed feelings about publishing ever easier ways to access this API. They've locked down the API a while ago for a reason. Also there already exists this reverse engineered project: https://github.com/ByteSizedMarius/rewerse-engineering/ I do have a suggestion for your app though: Have it compare your basket of goods across different markets in your region to show you the cheapest option. I'm p…
>I do have a suggestion for your app though: Have it compare your basket of goods across different markets in your region to show you the cheapest option. I'd settle for just being able to sort items by unit price... I'm sure this is a [regulation-]solved problem in Germany though
What do you mean? The official REWE app and website provide just that.
> I'm sure this is a [regulation-]solved problem in Germany though
Not sure what you mean by that.
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#27Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#28Surprised how little the B2C and even B2B e-commerce segment is providing API access for automation and agentic coding. One could easily set up rate limits, fraud detection and KYC checks upfront initial access.
B2B: Look at chefkoch.de They do use the REWE API, and I'm guessing not without their knowledge B2C: Is it really surprising that a busines has no interest in providing more price transparency to their customers?
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#29The basic idea is to write a prove in Lean4 and then test both the production implementation (Haskell) and the Lean implementation against random inputs. Compare if the results are the same.
If that is the case -> you can be pretty sure the unproven production version is as correct as the proven lean version.
https://www.dev-log.me/formal_verification_in_any_language_f...
Re: Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)
#30Cool project, but have mixed feelings about publishing ever easier ways to access this API. They've locked down the API a while ago for a reason. Also there already exists this reverse engineered project: https://github.com/ByteSizedMarius/rewerse-engineering/ I do have a suggestion for your app though: Have it compare your basket of goods across different markets in your region to show you the cheapest option. I'm p…
I really like your suggestion. I will put it in an issue and look into that. https://github.com/yannick-cw/korb/issues/4