Skip to content

Web-scraping Udemy online courses using BeautifulSoup in Python and with a bash script that automates webscraping

Notifications You must be signed in to change notification settings

DinithiTharushini/Udemy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Interview question

To get an internship, I had had to use REST API to scrape every course name, course id, url, professor, description, and number of subscribers on Udemy website.

I have optimized udemy.py to run it faster with an automated bash script so that I do not need to run command lines on terminal for every request.

About

Web-scraping Udemy online courses using BeautifulSoup in Python and with a bash script that automates webscraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • Shell 7.7%