Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmeySaini authored Jun 2, 2020
1 parent abe6202 commit c4290a2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Udemy-Paid-Courses-Grabber
Script to add all udemy paid/free courses having coupons automatically to your udemy account

## ***Requirements***

- Python (2 or 3)
- Python `pip`
- Python module `requests`
- Python module `colorama`
- Python module `bs4`
- Python module `browser_cookie3`

## ***Module Installation***

pip install -r requirements.txt

## ***Features***

- Automatic login through browser using `browser_cookie3`
- One click to add all courses available with coupons to your udemy account.
- You can add any specific course to your account from the list of courses available.
- Many popular sites added to grab fresh/new courses (coupons).
- Many more features

## ***Usage***

***Add all/specific course***

python udemy.py

0 comments on commit c4290a2

Please sign in to comment.