Hacker News new | ask | show | jobs
Show HN: Aicombinator – ChatGPT-based bot to automate tasks in browser & APIs (github.com)
4 points by eshnil 1169 days ago
This tool uses GPT-3.5-Turbo to generate code that invokes recipes which are either puppeteer-based or use activepieces to invoke API actions for many popular sites and apps.

Ability to use a local browser enables the bot to fill in OTPs (SMS/Email/2FA etc), fill forms and make payments etc. Ability to use ActivePieces brings support for OAuth-based connections. Puppeteer recipes are currently human-written and human-reviewed but these could be automated in the future.

This is barely working as I built it for a hackathon this weekend. Open-sourcing it in the hope of faster improvements.