Skip to content

Ghalbeyou/Paster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paster

https://github.com/ghalbeyou

shields

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.

shields

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.

shields