aapatre / Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE
- пятница, 11 декабря 2020 г. в 00:22:24
Python
Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy Coupons & enroll you to PAID UDEMY COURSES, ABSOLUTELY FREE!
The code scrapes course links and coupons from tutorialbar.com
In case of any bugs or issues, please open an issue in github.
Also, don't forget to Fork & Star the repository if you like it!
Video Proof:
Required Python version: Python 3.8+
You must have pip or poetry installed. Please look up how to install them in your OS.
Download a release of this project or clone the repository then navigate to the
folder where you placed the files on. Type pip install -r requirements.txt
to
get all the requirements installed in one go. Similar instructions applies for poetry.
Note: Make sure that the driver version matches your browser.
1 . Make sure to install all the requirements above.
2 . Choose the appropriate file for your browser (from the list below):
Tested and works perfectly:
Has issues when run on custom kernel but works fine on vanilla OS:
Untested:
Experimentation or other Browsers (especially Safari):
Use at your own risk:
3 . The script can be passed arguments:
--help
: View full list of arguments available--max-pages=<NUMBER>
: Max number of pages to scrape from tutorialbar.com before exiting the script--browser=<BROWSER_NAME>
: Run with a specific browser--cache-hits=<NUMBER>
: If we hit the cache this number of times in a row we will exit the script4 . Run the chosen script in terminal like so:
python udemy_enroller_firefox.py
Or by using the generic script:
python udemy_enroller.py --browser=firefox
5 . The bot starts scraping the course links from the first All Courses page on Tutorial Bar and starts enrolling you to Udemy courses. After it has enrolled you to courses from the first page, it then moves to the next Tutorial Bar page and the cycle continues.
Unfortunately no, but let me assure you that you may be lucky enough to get a particular course for free when the instructor posts its coupon code in order to promote it. Also, over time you would build a library of courses by running the script often and have all the required courses in your collection. In fact, I made this course after completing a Python automation course and selenium, which of course I got for free! :)
The bot retrieves coupon links from Tutorial Bar's list to cut the prices and then uses Selenium's Browser automation features to login and enroll to the courses. Think of it this way: Epic Games & other clients like Steam provide you a handful of games each week, for free; Only in this case, we need a coupon code to make those courses free.
Daily, at least once! I've painstakingly amassed over 4000 courses in the last four years! And out of those 4000, I've only paid for 4 of these courses.
So, a mere 0.001% of courses are actually paid in my collection! Thankfully, you can get more than what I gathered in 4 years, in a matter of weeks! 🙌🏻
It used to be my daily habit to redeem courses and it was an extremely tedious task that took around 15 minutes, for 10 courses. And then I suddenly got the idea to automate it, after I found the automation course mentioned above. I bet, it will save your precious time too! :)
Relax! This happens when you run the script
several times in a short interval of time. Solve the captcha, hit enter in the terminal window you are running
the script from and allow the script to continue as normal.
Easy peasy lemon squeezy!
Since we are heavily dependent on a third-party site to retrieve coupons links, there may be issues when the site is down. Needless to mention the connectivity issues too. If everything is working fine, you can see the courses being retrieved in the Python console/shell, which may take a while.
It is recommended to run the script using your terminal and system python.
Pull request should be made on "develop" branch.
Take a look at our Roadmap here and help us on what you want or talk to us about your proposed changes.
Thanks to JetBrains for supporting us. They are the maker of world class IDE and developer tooling. If you think their product might help you, please support them.
Thanks to Gitbook for supporting us. Gitbook is the best place to track personal notes and ideas for teams. If you think their product might help you, please support them.