ChollodemyBot is a bot that automatically enrolls the user to courses in a Chollometro's Udemy course compilation.
- Python >=3.7
- PIP
- Google Chrome
- Clone this repo to your local machine using
https://github.com/UngarMax/ChollodemyBot
- Install PIP requirements using
pip install -r requirements.txt
- Find out your Google Chrome version (Help > About)
- Download Chrome Web Driver here for your OS (must be the same version as your Google Chrome's)
- Decompress it anywhere on your computer (e.g.
C:\Users\UngarMax\Downloads\chromedriver_win32\chromedriver.exe
) - Copy the path where the decompressed Chrome Web Driver is
- Replace the existing path (
executable_path="C:/Users/UngarMax/Downloads/chromedriver_win32/chromedriver.exe"
) in line 97 ofchollodemy_bot.py
for the path copied in the previous step - Profit
- Run the program from terminal using
python chollodemy_bot.py [link_to_chollometro_post]
- Wait until the Chrome window pops up
- The program will automatically go to Udemy's homepage and open the login form
- You have to login to the platform using your account
- When the program detects you are now logged in, it will go to the Chollometro's link and collect all course links
- With the collected links, the program will go link by link enrolling you to each course
- Profit