9 comments

  • satvikpendem a day ago ago

    You might be able to use AutoHotKey rather than looking for an AI agent.

    https://www.autohotkey.com/

    https://github.com/raeleus/AHK-Macro-Recorder

    • pcdoodle a day ago ago

      Good recommendation. I see there’s others using this as well for this type of task, but it’s not fully automated. They got it to the point where it detects PDFs of shipping labels and automatically prints, but not the purchasing part.

  • miguelspizza a day ago ago

    Hey I wrote MCP-B and am about to do another launch here in a week or so. The product is a browser agent which does browser automation sudo-deterministically over WebMCP.

    https://news.ycombinator.com/item?id=44515403

    I’d love to give your beta access and get your thoughts if you are up to give it a run on the task you want automated.

    Shoot me an email if you are interested

    alex(at)mcp-b.ai

  • leakycap a day ago ago

    > spending a lot of time just buying and printing labels through an e-commerce platform

    Why can't you just connect the platforms?

    If there is no default way to do this, try Zapier. IFTTT is a very low cost option if Zapier doesn't support your vendors. Between those two you can connect almost anything.

  • nicbou a day ago ago

    Playwright is a great tool for this. There is a helper for writing automations. It's commonly used for automated testing but it's good for controlling a browser with Python scripts in general.

    • darkvertex a day ago ago

      Playwright is great. Take a look at Stagehand, it's an AI layer built on top of Playwright: https://www.stagehand.dev (It can run locally.)

    • busymom0 a day ago ago

      If one owns a Mac and knows swift or objective c, they can just use WKWebView with user scripts too.

  • decide1000 a day ago ago

    I use Comet since today and I believe that can do exactly what you need. I ordered stuff on Amazon autonomous.

  • bofadeez a day ago ago