I’m currently looking to develop an open source app that can help somebody. I’m currently out of ideas, so I’d like to heard if from you guys.

Sorry if it seems to lazy to ask for ideas like that, I just thought that I could do it since the result will be a free app.

  • Dogyote
    link
    fedilink
    arrow-up
    3
    ·
    20 days ago

    Why is there not an app that tells you which grocery stores have the best prices? I should be able to give it a list and it’ll tell me where to buy each item.

    • Zetaphor@zemmy.cc
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      20 days ago

      Because grocery stores don’t make that data accessible to third party developers, otherwise someone would do what you’re suggesting and they’d risk you shopping elsewhere.

      • Dogyote
        link
        fedilink
        arrow-up
        2
        ·
        20 days ago

        Bah, the data is on their websites, figure out how to collect it.

        • Zetaphor@zemmy.cc
          link
          fedilink
          English
          arrow-up
          2
          ·
          20 days ago

          Go ahead and try scraping an arbitrary list of sites without an API and let me know how that goes. It would be a constant maintenance headache, especially if you’re talking about anything other than the larger chains that have fairly standardized sites

            • chebra@mstdn.io
              link
              fedilink
              arrow-up
              2
              ·
              19 days ago

              @Dogyote @Zetaphor

              I’ve been webscraping in my job for 6 years. Yes, it’s a constant headache, they keep updating their sites and improving their antibot protections. But it can be done and some companies are doing it (on a biiiiig scale). It’s just not very realistic that an open-source project would be able to invest that much effort into all the updates. Well some do, youtube-dl is basically webscraping and they are pretty up-to-date. It’s just very rare.

            • chebra@mstdn.io
              link
              fedilink
              arrow-up
              2
              ·
              19 days ago

              @Dogyote @Zetaphor

              And we also explored the AI option, it always turned out unrealistic. Either you would have to scrape the content and send it to the AI to parse the info, but then you’d be paying for every scrape, or run a powerful rig nonstop, but the results would still be hit and miss. Or you might let the AI generate the code for the scraping module, still not ideal, they were constantly hallucinating things that weren’t there.