Skip to content

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

License

Notifications You must be signed in to change notification settings

ktt-ol/pad_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published