pastewin is a light and fast static front-end for users in countries where Pastebin is banned. Designed with Python and Flask, it provides an accessible alternative to Pastebin.
Official instance: pastewin.up.railway.app
- Fast and lightweight
- Static front-end
- Python and Flask-based
For an enhanced experience, use the Redirector browser plugin with the following configuration:
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
Clone the reporistrory:
git clone https://github.com/OfficialV4NT/pastewin-revive
Install dependencies:
cd pastewin
pip3 install --user -r requirements.txt
Running:
python3 pastewin/app.py
Check the https://0.0.0.0:5000
address.
This project is license under AGPL-3.0 - for details check LICENSE file.