Internshala-Automation is a powerful automation script written using Puppeteer and Node.js to streamline the process of applying for internships on Internshala.
✅ Open Internshala automatically
✅ Login securely (Manual login supported)
✅ Search for internships based on preferences
✅ Apply for internships seamlessly
✅ Update the feed wall with success status
✅ Submit applications efficiently
🎥 Sample video showcasing the working of the script: (Add your video link here)
- Node.js 🟢
- Puppeteer 🤖
- JavaScript (ES6) ✨
- Capsolver (for Captcha solving) 🔓
Internshala-Automation/
│── src/
│ ├── config.js # Configuration file (API keys, credentials)
│ ├── login.js # Handles login functionality
│ ├── search.js # Finds internships as per preferences
│ ├── apply.js # Automates the application process
│── index.js # Main script to run automation
│── package.json # Dependencies and scripts
│── README.md # Project documentation
- Clone the repository
git clone /~https://github.com/your-username/Internshala-Automation.git
- Navigate to the project directory
cd Internshala-Automation
- Install dependencies
npm install
- Run the script
node index.js
This project is designed to save time and effort for students looking for internships by automating the tedious task of applying on Internshala. It is modularized, allowing for easy customization and scalability.
🚀 Happy Automating! 🤖