This project automates the process of filling out Typeform surveys using Node.js, Puppeteer, and Cron. It’s a powerful tool to streamline repetitive form-filling tasks, featuring advanced browser automation and task scheduling.
- Automated Form Filling: Handles text inputs, dropdowns, and date fields.
- Dynamic Scheduling: Automate submissions at specified times with Cron.
- Robust Error Handling: Manages unclickable or hidden elements gracefully.
- Highly Customizable: Easily adapt it for different Typeform surveys.
├── index.js # Main script for automation
├── config.json # Configuration file for input data
├── package.json # Dependencies and project metadata
├── README.md # Documentation
