avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.67k stars 1.05k forks source link

Udemy courses details scraper #862

Closed Ayushjain2205 closed 3 years ago

Ayushjain2205 commented 3 years ago

Aim

To scrape details of Udemy courses.

Details

Important details about courses like Course title, description, instructor, price, rating and number of lectures will be scrapped and stored in a db

Ayushjain2205 commented 3 years ago

@kaustubhgupta I would like to work on this, Can you please assign this to me?

kaustubhgupta commented 3 years ago

Instead of CSV, can you store it in a database of your choice and then create a fetcher.py file to fetch the information stored?

Ayushjain2205 commented 3 years ago

@kaustubhgupta sure will do that.... so 2 scripts - one to scrape data from udemy and store in database , and other one to fetch data from database and display?

kaustubhgupta commented 3 years ago

Yes

Ayushjain2205 commented 3 years ago

@kaustubhgupta Sure I can do it