GithubHelp home page GithubHelp logo

rehanqasimk / linkedin_learning_courses_downloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mypan/linkedin_learning_courses_downloader

0.0 0.0 0.0 1.39 MB

LLCD is a simple python scraper tool that downloads video lessons from Linkedin Learning

Python 99.99% Dockerfile 0.01%

linkedin_learning_courses_downloader's Introduction

Linkedin Learning Courses Downloader ☄️☄️☄️

v0.2: now works without webdriver

A simple python scraper tool that downloads video lessons from Linkedin Learning

How to use

In the config.py file, write your login info and fill the COURSES array with the slug of the courses you want to download, for example:

https://www.linkedin.com/learning/it-security-foundations-core-concepts/ -> it-security-foundations-core-concepts

USERNAME = '[email protected]'
PASSWORD = 'password'

COURSES = [
    'it-security-foundations-core-concepts',
    'javascript-for-web-designers-2',
    ...
]

You can either run docker-compose or run the code locally.

docker-compose

You need to have docker installed. Then run:

docker-compose up --build

Locally

First install the requirements:

pip install -r requirements.txt

If pip is not installed, run:

python get-pip.py

An updated version of get-pip.py can also be obtained by executing:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

For more info, check this resource

Then execute the script:

python llcd.py

Outcome

The courses will be saved in the out folder.

Demo

asciicast

linkedin_learning_courses_downloader's People

Contributors

mclmza avatar mypan avatar romdim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.