Python Forum
I created a Web scraping Udemy bot - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: I created a Web scraping Udemy bot (/thread-30953.html)



I created a Web scraping Udemy bot - dimakiss - Nov-15-2020

Hey All, I created a python bot that Web scrap Udemy courses from https://www.udemyfreebies.com/and takes only that only meet the condition (4.2+ stars and 200+ votes) which can be adjusted preference. The categories that I choose for being default are IT and Software and Development which also can be simply be changed by minor changes.
Working with Chrome on windows.
Github: https://github.com/dimakiss/Udemy_bot


RE: I created a Web scraping Udemy bot - Aspire2Inspire - Nov-15-2020

Nice, i made something similar to this!

Now i just use requests to send me a list daily of any in IT and Science, and check to see if they are still available. So i can pick and choose which i want to enroll too!

Nice work though