/Cli-upload

A file upload command line program written in Python. Can be used in combination with https://github.com/Lillevik/simple-upload-api

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Cli-upload

Requirements

Requires python3 and pip3 installed on the system.

Installation

git clone https://github.com/Lillevik/Cli-upload.git
cd Cli-upload && pip3 install .

Usage

upl <filename>

This should upload the file and print a link if successful.