Show HN: Puppet-master, simple and scalable (programmatic) website interaction

5 points by apinnecke 6 years ago

Did you ever need to interact with a website, not only using plain http but a real browser? Have you ever felt the pain using selenium or struggled reading data from a rendered SPA website? We did, and we suffered. During development of a SaaS platform we built puppet-master, a scalable and flexible way of interacting with websites using well known and plain EcmaScript 6, wrapped in a simple API and thus usable by most programming languages. You can find the docs at https://docs.puppet-master.io/ and any feedback is greatly appreciated!

Natex06 6 years ago

I am currently struggling a lot with puppeteer, I am gonna try puppet-master.

  • apinnecke 6 years ago

    Cool! If any problems occur or you got any questions feel free to ping me directly at alex@scalify.me !

    What issues do you have with puppeteer?