Celeb Glow
news | March 28, 2026

How to set crontab for python script daily for 3 times a day for in a week for all 7 days?

I tried the solution:

  1. Crontab doesnt run python script

but did not worked:

Thanks in advance,

I want that script to be executed at around 08:00, 15:00 and 18:00 IST

0

1 Answer

I had the solution which was answered by another question of mine.

  1. How to schedule a cronjob for python script to be executed on weekdays?

    0 8,15,18 * * 1-5 /usr/bin/python3 /home/[username]/Documents/Python/script.py

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy