A pastebin using with a complete API, simple interface and fully free software (AGPL V3).

Jessica Tallon 08ea7c356c #1 - Improve error message when API submission is invalid 9 年之前
pamrel 08ea7c356c #1 - Improve error message when API submission is invalid 9 年之前
.gitignore 6ca74faad4 Re-enable the API 10 年之前
.travis.yml c3d2e2d92a Basic travis config 10 年之前
LICENSE 1aff098bae Initial commit 11 年之前
README.md 378acca3b5 Update readme to include emacs and chocolat app clients 10 年之前
manage.py 21e80a8e3c Inital commit of code 11 年之前
requirements.txt af3d0ffc94 Update to work with Django version 1.8 9 年之前

README.md

Pamrel

Pastebin using restful endpoints. This is a basic pastebin but with a few features that you may find useful:

  • Syntax highlighting
  • Theming (any pygments compatable theme)
  • Delete after many views
  • Delete after a certain date
  • Line numbering
  • Clients

    You can use curl:
    $ cat some_file.c | curl -F 'content=<-' -X POST http://pamrel.lu

    There is also the following clients:

    Licence

    The pamrel pastebin code is under the AGPLv3:

    AGPL v3

    Installing

    To install it simply grab the python-virtualenv stuff and then:
    $ pip install -r requirements.txt