Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 261 Bytes

File metadata and controls

19 lines (10 loc) · 261 Bytes

Pastebin

Uploads a file to your www server and returns an url.

Install

Server

virtualenv -p python3 .venv

pip install -r requirements.txt

python3 app.py

install purge_expired.py as a cronjob

Client

Usage: publish_file <file> [expire_days]