A cross platform CLI downloader tool written in python
-
Using
pip
$ pip install getit
-
From source
$ git clone https://github.com/ankitjain28may/getit $ cd getit $ python setup.py install
-
For Setting Extra Utilities like Open File and Folder after the Download Completes..
1- Get the path of the getit using
where
for linux users andwhich
for window users.2- Copy the directory path where getit is present.
3- copy the file from
https://raw.githubusercontent.com/ankitjain28may/getit/master/config.cfg
toDirectory_Path\config.cfg
.4- Set
True
orFalse
according to your choice.$ where getit $ Directory_path/getit $ getit -d https://raw.githubusercontent.com/ankitjain28may/getit/master/config.cfg -p Directory_Path -f config.cfg
getit -d <download url> -p <path> -f <filename with extension>
getit -h <help>
Note : File is downloaded in the Downloads/getit/ folder by default
Copyright (c) 2016 Ankit Jain - Released under MIT License
P.S For more python scripts Go To -> pythonResources