A Node.js automation script that helps Del Institute of Technology students automatically fill their daily time table activities on Delcom platform.
- Automatic login to Delcom platform
- Automated time table entry for multiple daily activities
- Configurable activity schedule
- Headless browser automation using Puppeteer
# Clone the repository
git clone https://github.com/yourusername/autoDelcom.git
# Navigate to project directory
cd autoDelcom
# Install dependencies
npm install- Edit the
index.jsfile to add your Delcom credentials - Customize the
timeItemarray with your preferred schedule - Run the script:
node index.js- Node.js
- Chrome Browser
- Puppeteer
- Tesseract.js
The script uses Puppeteer to control a Chrome browser instance, automatically logging into Delcom and filling out time table entries based on the predefined schedule in the code.