Enrolling to all 250 Free Udemy Course using Puppeteer and Chrome Headless for Web Scraping
This is a nodejs script to Enroll in all 250 Free Udemy Course Coupons.With a single login in udemy
Automated_250_Udemy_Courses requires Node.js v8+ to run.
- Add google credentials in credentials.js file without which the script won't proceed further after the login page
Install the dependencies and devDependencies and start the server.
$ npm install
$ node app
After Installing and running , the window will pause at login screen, do login ( This is a manual step) and once you login successfully, it will enroll in all other courses without login.
- Refactor Code
- Add Multiple Login support
MIT