"running an xfce4-terminal via systemd so that my script will restart if it crashes or closes."
I'm pretty proud of today's update. It takes a bit of magic to have a terminal based program restart itself if it ever crashes. I had been manually running the command when I noticed a crash.
First you need to get python to not crash as best as possible, and to clean up background threads so as to not hang if you do crash.
https://github.com/poleguy/sweep/blob/master/teams_chrome_status
1/n