A Libre paste website written in Python. (Website is down, and will remain so for the foreseeable future.) http://paste.hydra.ws
|
3 years ago | |
---|---|---|
LICENSES | 3 years ago | |
doc | 9 years ago | |
lib | 9 years ago | |
static | 9 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 9 years ago | |
README.md | 3 years ago | |
deploy | 9 years ago | |
hydrapaste.py | 9 years ago |
A multimedia paste platform with simple APIs, and lots of power!
Hydra Paste allows you to upload files such as images, video, audio, and, of course, text! Moreover, Hydra Paste as an API which allows you to construct applications which upload to the central server. The philosophy of Hydra Paste is that it should be easy, fast, and painless to share files. Whether it is uploading debug logs for developers or posting source code to get pointers on your code, or even to send dank memes and screenshots to your friends.
The goal of Hydra Paste is to provide an easy, efficient way to share files.
You need Python3.2+ and some other modules to run Hydra Paste.
Check the docs for information about installing.
Hydra Paste has a RESTful API. Most of its features do not require a login. This API is described on the docs. An importable Python3 library and client for using the API is maintained at (http://paste.hydra.ws/p/CS).
The core Hydra Paste code and assets are dual-licensed under the GNU Affero Public License, Version 3 or later. This license is located in LICENSE-AGPL
.
Hydra Paste also makes use of the skimpyGimpy library for implementing CAPTCHAs. This library is distributed under a BSD license. The original version of this library was created in Python 2. Enough of this module has been ported to support the output of preformatted text, but it is untested wheter other components such as the PNG output work. Further components may be stripped out as needed.