Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 366 Bytes

Udemy Courses Scraper

This scraper will traverse your list of enrolled Udemy courses (logging you in if necessary) and save the name, instructor, completion percentage, and URL to a single CSV file.

Create a .env file with your login credentials like so:

[email protected]
PASSWORD=v3rys3cur3p455w0rd

To run:

yarn install && yarn start