0x27 / transfer.py

Simple python client to upload files to the transfer.sh service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transfer.py

Simple python client to upload files to the transfer.sh service

What?

This is a simple client that just uploads or downloads a file to the transfer.sh service. It was written as part of writing a client that encrypts files prior to upload and decrypts on download, so I could work out any kinks in the uploading/downloading process.

Asciinema Demo

asciicast

Requirements

Its all stdlib except for the python-requests and python-clint libraries which can be installed via pip or your systems package manager or whatever. Alternatively, "pip install -r requirements.txt".

Licence

Licenced under the WTFPL

Beer

Beer can be sent to 16MtQtgCVgZvqXoYFzi1L85cKDQAxLGY4A :)

Bugs

If it fucks up leave an issue in the tracker please.

Notes

If you can test this on Windows and OSX and leave feedback, that would be awesome. I only developed and tested this on Linux so far.

About

Simple python client to upload files to the transfer.sh service

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%