Requires python3 and pip3 installed on the system.
git clone https://github.com/Lillevik/Cli-upload.git
cd Cli-upload && pip3 install .
upl <filename>
This should upload the file and print a link if successful.
A file upload command line program written in Python. Can be used in combination with https://github.com/Lillevik/simple-upload-api
PythonGPL-3.0