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

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