beucismis / pastewin

Free alternative Pastebin front-end

Home Page:https://pastewin.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pastewin

A light and fast static front-end for users of countries where Pastebin is banned. It was created with Python and Flask.

Official instance: https://pastewin.up.railway.app

Screenshot

It is recommended to use it with the Redirector browser plugin. Example configuration:

Description: Pastebin to Pastewin
Example URL: https://pastewin.up.railway.app/B5EfdLF6
Include pattern: ^https?://(?:.*\.)*(?<!link.)pastebin\.com(/.*)?$
Redirect to: https://pastewin.up.railway.app$1
Pattern type: Regular Expression
Pattern Description: ?
Example result: https://pastewin.up.railway.app/B5EfdLF6

Install and Run

Clone the reporistrory:

git clone https://github.com/beucismis/pastewin

Install dependencies:

cd pastewin
pip3 install --user -r requirements.txt

Running:

python3 pastewin/app.py

Check the https://0.0.0.0:5000 address.

License

This project lisanced under GPL-3.0 - for details check LICENSE file.

About

Free alternative Pastebin front-end

https://pastewin.up.railway.app

License:GNU General Public License v3.0


Languages

Language:HTML 52.4%Language:Python 27.1%Language:CSS 20.2%Language:Procfile 0.3%