getit

A cross platform CLI downloader tool written in python.


Keywords
download, cli, cli-toolkit
License
MIT
Install
pip install getit==1.6

Documentation

getit

A cross platform CLI downloader tool written in python 3

Installations

1- Install python 3.5 from Python.org

2- sudo apt-get install python3-pip (For Ubuntu Users)

3- Install urllib pip install urllib

After the installation, open terminal at the root folder--

Run python getit.py to download from CLI.

OR

Download the exe file from the dist folder getit.exe and put its path in the environment variable to directly use it from CLI

Usage from CLI

getit -d <download url> -p <path> -f <filename with extension>

getit -h <help>

OR

python getit.py -d <download url> -p <path> -f <filename with extension>

python getit.py -h <help>

Note : File is downloaded in the Downloads/getit/ folder by default

License

Copyright (c) 2016 Ankit Jain - Released under MIT License

P.S For more python scripts Go To -> pythonResources