tr1ten / UnacademyJEE

Simple Command line utility to batch download Unacdemy notes of any chapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnacademyJEE

Simple Command line Utility to batch download Unacdemy notes of chapter

Getting Started

This tool help you to easily download all the unacademy notes via one command, no need of google account or any link.

Prerequisites

python3

check version using

python --version

Installing and Running

first install all required libraries

python -m pip install -r requirements.txt

now,run it

python main.py -s SUBJECT -c "CHAPTER" "CHAPTER2"..

example command

python main.py -s physics -c "Calorimetry" "Basic Kinematics"

Help

python main.py -h
python main.py --show

Acknowledgments

  • Unacademy JEE team for helping JEE aspirants .

About

Simple Command line utility to batch download Unacdemy notes of any chapter


Languages

Language:Python 100.0%