Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitjain28may/getit
A cross platform CLI downloader tool written in python
https://github.com/ankitjain28may/getit
cli-toolkit
Last synced: 7 days ago
JSON representation
A cross platform CLI downloader tool written in python
- Host: GitHub
- URL: https://github.com/ankitjain28may/getit
- Owner: ankitjain28may
- License: mit
- Created: 2016-12-10T13:03:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T22:15:18.000Z (about 5 years ago)
- Last Synced: 2024-09-20T09:39:21.117Z (2 months ago)
- Topics: cli-toolkit
- Language: Python
- Homepage: https://pypi.python.org/pypi/getit
- Size: 11.5 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# getit
[![Build Status](https://travis-ci.org/ankitjain28may/getit.svg?branch=master)](https://travis-ci.org/ankitjain28may/getit)
[![PyPI](https://img.shields.io/pypi/v/getit.svg)](https://pypi.python.org/pypi/getit)
[![Code Health](https://landscape.io/github/ankitjain28may/getit/master/landscape.svg?style=flat-square)](https://landscape.io/github/ankitjain28may/getit/master)A cross platform CLI downloader tool written in python
Installation
============* Using `pip`
```shell
$ pip install getit
```* From source
```shell
$ 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 and `which` 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` to `Directory_Path\config.cfg`.
4- Set `True` or `False` according to your choice.
```shell
$ where getit
$ Directory_path/getit
$ getit -d https://raw.githubusercontent.com/ankitjain28may/getit/master/config.cfg -p Directory_Path -f config.cfg
```Usage
======` getit -d -p -f `
` getit -h `
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](https://github.com/ankitjain28may/pythonResources)