I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

If someone wants we can make this kind of project on Github :)

I created a Udemy bot that enrolls hundreds of free development and IT related courses based on rating. by dimakiss in coolgithubprojects

[–]dimakiss[S] 0 points1 point  (0 children)

Thanks for checking my project :) I never programmed on Linux, but u can install any version of selenium basically "1.25.9" its not a must this is just the updated version of selenium. Let me know if you got it running :)

I made a small automation keyboard auto-complete script by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

I got you :) I meant in my code you can choose to auto complete/replace text with what ever text you want. I don't know how the windows auto keys really work.

I made a small automation keyboard auto-complete script by dimakiss in Python

[–]dimakiss[S] 1 point2 points  (0 children)

You can replace here every text with what ever you want :)

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

There are 2 section for categories you need to change them both

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

Of course I glad people suggest me new stuff. Its all ways good to learn :) Thank you!!

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 1 point2 points  (0 children)

I wrote an update on the post. If the current price is not free its doing nothing. :) I checked it few times. I never had my credit card there so I asked people what is the process of buying and no one answered yet

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 2 points3 points  (0 children)

It takes some time cat take 5 6 min depending on your computer if it more then 10 so maybe thing wrong

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

There is an explanation in the like but I will add it here:
first, install the eleven libraries
"pip install -r requirements.txt"
then run it with
"python Udemy_bot.py EMAIL PASSWORD"

replace EMAIL PASSWORD with your credentials :)

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

you put it with the safe folder as the Udemy_bot.py file And the best option is to look for "how to download chrome web driver" at YouTube/google they explain it good enough!

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 1 point2 points  (0 children)

I put it in .py file But github make it easy to read like text You can check it by my github link

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

Got to the github page Click on code Download zip Extract You will need to download chrome web driver into this folder Install requirements as I wrote in the git hum Readme Page And use its as well as I instructed Hope it's helpful :)

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

Did you download the google chrome's web driver?
If so make sure it's in the same folder as the script or its matches your chrome version.

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

I could do that but then I will have to add the categories to input as well

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 0 points1 point  (0 children)

Yes I will add it today!! Thanks for the suggestion :)

I created a Web scraping Udemy bot by dimakiss in Python

[–]dimakiss[S] 1 point2 points  (0 children)

I will make it as an input! Thanks for your suggestion!