Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 365 Bytes

pad_export

Exports the text content of the last X pads to a local git repository.

Install

venv

sudo apt install python3-venv python3-pip git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

cron

$SCRIPT/venv/bin/python $SCRIPT/export_pads.py > $SCRIPT/lastrun.log 2>&1