Paster
A paste
app saved in json without database written in Python.
Its a simple python
server built with flask
on port of 5000
(default).
Install
Its recommended to host this on server.
First we clone the repository
gh clone ghalbeyou/Paster
then, we install the flask library
pip install flask
then, we run the server
python main.py
and it will be running on port 5000
.
Usage
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.
License
Its licensed on Appache-2.0
.