Exports the text content of the last X pads to a local git repository.
venv
sudo apt install python3-venv python3-pip git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cron
$SCRIPT/venv/bin/python $SCRIPT/export_pads.py > $SCRIPT/lastrun.log 2>&1