Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleidea/droopy
Easy file receiving
https://github.com/purpleidea/droopy
Last synced: 14 days ago
JSON representation
Easy file receiving
- Host: GitHub
- URL: https://github.com/purpleidea/droopy
- Owner: purpleidea
- Created: 2013-06-02T04:04:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T04:46:15.000Z (almost 11 years ago)
- Last Synced: 2024-11-04T15:55:15.525Z (2 months ago)
- Language: Python
- Size: 430 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is my fork of droopy.
Most notably, I've added two types of inline image support.
I did this so that I can run droopy with images as a single file in my ~/bin/
I use the following entry in my ~/.bash_aliases (or ~/.bashrc)alias 'droopy.py'='droopy.py -m "O hai there! Please send me your file."'
You can encode your own image with:
$ cat image.png | python -c 'import sys; print sys.stdin.read().encode("base64")' > image.base64
And then paste it into the appropriate part of the droopy executable.
There are a few sample images in the images/ directory.
Feel free to send me some better ones!I forked this because the original author hasn't responded to patch offerings.
If that's you, feel free to merge my patches.
In the meantime, contributors can send patches to: [email protected]Happy hacking,
James