As a sports fan, I recently setup a python script to pull a weeks worth of games (past/previous), and send me the schedule every 3 days via a cronjob with ntfy. I also set it up to let me know when it’s GameDay for a few of my teams from different sports and when they are starting.

What do you use it for?

  • Aadityajoshi151@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I recently set up a python script that reminds me of people’s birthdays that it reads from a text file. I also get notifications daily at midnight when my docker config is backed up using rsync. I also have a python script that creates an excel file of my qbittorrent metrics daily so i get notification for that also at midnight.

    • salzgablah@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Can you share your command for the rsync notification? I’ve done a simple one when the script is done but I’m trying to figure out how to show whether it was a success or had issues. Just knowing cron ran the job is a first step.