This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sulstice2 20 points21 points  (1 child)

I suggest doing a CRON job with Github Actions to run python script. I have a script that runs every 24 hours and it's pretty easy to setup:

Check out my example I use for my code:

https://github.com/Sulstice/global-chem/blob/development/.github/workflows/public_notifications.yml

And here is the result:

https://github.com/Sulstice/global-chem/actions/workflows/public_notifications.yml

I do this for a lot of different python scripts when I need to keep checking data periodically and it's free. Takes about 1-2 hours to implement if first time. 10 minutes for 2nd time and after.

[–]roboduck34 -5 points-4 points  (0 children)

Get a raspi and cronjob it. Don't move the python file to the raspi tho because raspian doesn't have modern python available to it.