A paste
app saved in json without database written in Python.
Its a simple python
server built with flask
on port of 5000
(default).
Its recommended to host this on server.
gh clone ghalbeyou/Paster
pip install flask
python main.py
and it will be running on port 5000
.
Just open the host url in your browser. and if you want to remove a paste, just open the pastes.json
file and remove the paste.
If you want to add a paste, just open the host url and go to /write.
Its licensed on Appache-2.0
.