This script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
- IMPORTANT: Make sure you clear all saved Debit/Credit Card or any other saved payment info from your Browser & your Udemy account before using the script!
- Use this ONLY for Educational Purposes! By using this code you agree that I'm not responsible for any kind of trouble caused by the code.
- Make sure web-scraping is legal in your region.
- This is NOT a hacking script, i.e., it can't enroll you for a specific course! Instead it finds courses that provide coupon links to make the transaction free and then LEGALLY enroll you to the course!
- Requests module for Python:
- BeautifulSoup Web-Scraping Library for Python:
- Selenium Browser Automation Tool for Python:
- Webdriver Manager for Python:
- Required Python version: Python 3.8 Note for Ubuntu/Linux Users: Run these commands in the terminal before installing the previous requirements:
pip install requests
pip install beautifulsoup4
pip install selenium
pip install webdriver_manager
sudo apt-get update
sudo apt-get upgrade
sudo apt install python3-pip