This tool is intended to provide command line access to the ephemeral/anonymous file sharing service Tempfil.es.
pip install tempfiles_cmdlineOr install from source:
pip install -e .tempfiles -u file_path upload mode
tempfiles -d URL [DEST] download mode
tempfiles -v show version
Upload a file:
$ tempfiles -u ~/myfile.zip
Uploading myfile.zip to https://tempfil.es
[{'download_link': 'https://tempfil.es/filedownload/link.cZIByw'}]Download a file:
$ tempfiles -d https://tempfil.es/filedownload/link.cZIByw
Download of "myfile.zip" complete!