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

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