Skip to content

Releases: aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

v1.0.0

09 Dec 06:52
cad5c26
Compare
Choose a tag to compare

Added

  • Fix for state selection for India
  • Added deprecation warning to individual browser endpoint to move to uniform endpoint in preparation for a release in PyPi
  • Moved from print to logging for better debug
  • Added arguments to script runtime to select max pages and max retry before timeout (default 12)
  • Fixed Firefox webdriver autoinstall
  • Stop trying to enroll in courses that has any price tag attached to them
  • Added unittests
  • General performance improvement

v0.3

26 Nov 20:49
d3b37be
Compare
Choose a tag to compare
  • Add configuration to choose the categories you would like your free courses to be under
  • Better handling of enrolled courses, invalid coupons, unwanted categories and unwanted languages
  • Basic caching of courses which we have previously tried to enroll in. Improves speed of subsequent runs
  • Give control back to user when we have a robot check on udemy login. Once solved the user can hit enter and the script
    can continue as normal

v0.2.2

06 Nov 20:43
d346696
Compare
Choose a tag to compare

Fixed:

  • a critical bug that did not let the project past 1st page.

v0.2.1

06 Nov 11:34
cdddead
Compare
Choose a tag to compare

Changed

Cosmetic changes to make README easier to edit (HTML to MARKDOWN)

v0.2

06 Nov 08:25
cdddead
Compare
Choose a tag to compare

Added

Generate settings.yaml on first execution of script through cli prompts
Add configuration to choose the languages you would like your free courses to be in
Started adding CI integrations

Changed

Close browser on script finish or user hitting ctrl-c
Extracted core logic for tutorialbar and udemy to reduce duplication

v0.1

09 Oct 07:25
c66af23
Compare
Choose a tag to compare

This is our first pre release, marked as such because Firefox geckodriver auto-installation is not working properly yet. You can use the download the zip, extract, install the requirement and get a working version of this project running locally. Suitable for users who are not looking forward to contribute.

For developers it's suggested to fork the project and send PR against develop branch.