A small python script to make uploading files to http://sprunge.us easier.
requests_ by Kenneth Reitz
.. _requests: https://github.com/kennethreitz/requests
::
$ sprunge.py -f file.txt
$ <command> | sprunge.py
$ sprunge.py < file.txt
$ sprunge.py <( <command> )
::
pip install sprunge.py
- Ian Cordasco