🗃️
File.io
File.io simply upload a file, share the link, and after it is downloaded, the file is completely deleted. An API wrapper for the file.io web service. For added security, set an expiration on the file and it is deleted within a certain amount of time, even if it was never downloaded.
Install
$ pip3 install fire
$ pip3 install TinyDB
$ pip3 install fileio
or
$ git clone https://github.com/gr3atwh173/fileioapi
$ cd fileioapi
$ python3 setup.py install
CLI
# upload a file
> main.py upload image.png
> { ... }
# download a file
> main.py download image.png
> { ... }
# list all files upload
> main.py listFilesUpload