modified: .gitignore

new file:   crontab.example
This commit is contained in:
Amber 2022-03-22 16:40:02 -05:00
parent adfaaf8a24
commit 50fe24c4e4
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ __pycache__/
.*.swp
config.json
venv/
*.log

3
crontab.example Normal file
View File

@ -0,0 +1,3 @@
@reboot $HOME/amber-ebooks/reply.py >> $HOME/reply.log 2>>$HOME/reply.log #keep the reply process running in the background
*/20 * * * * $HOME/amber-ebooks/gen.py >> $HOME/gen.log 2>>$HOME/gen.log #post every twenty minutes
*/15 * * * * $HOME/amber-ebooks/main.py >> $HOME/main.log 2>>$HOME/main.log #refresh the database every 15 minutes

0
usage Normal file
View File