Coder Social home page Coder Social logo

bits-wilp-download's Introduction

BITS WILP Course Content Downloader

This CLI tool provides various functionalities to interact with the BITS portal, including logging in, managing courses, and handling course content. Below are the available commands and their usage:

Pre-requisites :

1. Node JS

Install the latest version of Node for your system. You can find verbose instructions below :
https://nodejs.org/en/download/package-manager

Setup Steps :

1. Run the following command to download and install the CLI tool To start the project :

npm i @risabhkedai/bits-wilp-downloader -g

2. Check if the CLI tool is correctly installed by running the command :

wilp-dwnld --help

The output should show commands available.

Commands and usages :

login <username> <password>

  • Description: Logs into the BITS portal with the provided username and password.
  • Parameters:
    • username: Your email or user name.
    • password: Your account password.

course

  • Description: Manage courses with various subcommands.

    Subcommands:

    • list

      • Description: Retrieves and displays a list of available courses.
    • download

      • Description: Downloads courses based on the specified options.
      • Options:
        • --all, -a: Download all courses. If this option is not provided, a single course will be downloaded interactively.
    • merge-content

      • Description: Merges all PPT and PDF files for a specified course into a single folder.

clean

  • Description: Cleans up all data created during operations, including course data and content.

Output :

Course content :

Course Content is getting saved in the homedirectory of your system. To check for the address to your homedirectory use :

On Windows:

  1. Using Command Prompt:

    echo %HOMEDRIVE%%HOMEPATH%
  2. Using PowerShell:

    echo $HOME

On Mac:

  1. Using Terminal:

    echo $HOME

Troubleshooting Guidelines :

1. Not able to find courses / incorrect login :

This might be due to login cookies issue. Try cleaning the cached data with :
```
wilp-dwnlds clean
```
Then try login again.

bits-wilp-download's People

Contributors

risabhkedai avatar

Stargazers

Pranav. P. A avatar

Watchers

 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.