https://github.com/robertripoll/chollodemybot
ChollodemyBot is a bot that automatically enrolls the user to courses in a Chollometro's Udemy course compilation.
https://github.com/robertripoll/chollodemybot
bot chollometro python selenium selenium-python selenium-webdriver udemy
Last synced: 18 days ago
JSON representation
ChollodemyBot is a bot that automatically enrolls the user to courses in a Chollometro's Udemy course compilation.
- Host: GitHub
- URL: https://github.com/robertripoll/chollodemybot
- Owner: robertripoll
- License: gpl-3.0
- Created: 2020-01-08T13:59:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T10:49:23.000Z (about 6 years ago)
- Last Synced: 2025-10-27T02:40:32.044Z (7 months ago)
- Topics: bot, chollometro, python, selenium, selenium-python, selenium-webdriver, udemy
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChollodemyBot
ChollodemyBot is a bot that automatically enrolls the user to courses in a Chollometro's Udemy course compilation.
## Requirements
- Python >=3.7
- PIP
- Google Chrome
## Installation
1. Clone this repo to your local machine using `https://github.com/UngarMax/ChollodemyBot`
2. Install PIP requirements using `pip install -r requirements.txt`
3. Find out your Google Chrome version (Help > About)
4. Download Chrome Web Driver [here](https://chromedriver.chromium.org/downloads) for your OS (must be the same version as your Google Chrome's)
5. Decompress it anywhere on your computer (e.g. `C:\Users\UngarMax\Downloads\chromedriver_win32\chromedriver.exe`)
6. Copy the path where the decompressed Chrome Web Driver is
7. Replace the existing path (`executable_path="C:/Users/UngarMax/Downloads/chromedriver_win32/chromedriver.exe"`) in line 97 of `chollodemy_bot.py` for the path copied in the previous step
8. Profit
## Usage
- 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