You are viewing a single comment's thread from:
RE: Part 7: How To Schedule Posts And Manually Upvote Posts For A Variable Voting Weight With Steem-Python
Cool!
Instead of keeping the timing logic inside the python script you could use a tool like at on Linux and Mac. Then you wouldn't have to update the JSON each time you want to schedule a new script or worry that a failed earlier post would impact a later post.
> echo 'python post.py first_post.txt' | at 9:00AM
> echo 'python post.py second_post.txt' | at 11:00AM
wow, at command looks very good.
Awesome, thanks I will have a look at it