This bot scrapes free udemy courses (about development for now) and enrolls you automatically.
Actually only requirement is selenium so you can just do pip install selenium ("pip3 install" for linux)
a) You want to change dir of chromedriver: 1-) go to main.py 2-) find the variable decleration of driver 3-) inside of the parantheses hardcode directory or use os module
b) You want to change browser 1-) go to main.py 2-) find the variable decleration of driver 3-) change Chrome class to desired browser (check official selenium documentation for more information)