Skip to content

Automation (set and forget)

fsteffek edited this page Oct 19, 2015 · 1 revision

Linux

To automatically run this steamplog every day at 5 in the morning, edit your crontab.

$ crontab -e

Insert the following line at the end.

0 5 * * * {path-to-steamplog.py}/steamplog.py log

Windows

Use the Windows Task Scheduler. (untested)

Clone this wiki locally