Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.17 KB

Udemy Course Grabber

Description

Have you enrolled for a Udemy course , but don't have a single penny ? , don't worry because This python program searches for your desired course in more than [insert a large number here] websites, compares the latest updated , and give's you the download link of the latest one in return , but you also have the choice to see the other one's as well!

Installation

Requirements

python3

apt-get update
apt-get install python3

git

apt-get update
apt-get install git

Install instructions

git clone https://github.com/keethesh/UdemyCourseGrabber.git
cd UdemyCourseGrabber
pip3 install -r requirements.txt

Usage

python3 main.py

Todo

  • Use concurrency lxml for faster program execution

  • Add support for other browsers, such as Chrome, Opera or IE

  • Add a command-line version, needing no further interactions than giving arguments at start

  • Add more courses sources

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT