dbader / dbader/schedule

weekday

Open
#607 1 comment 7 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

Thanks for writing schedule! It is fantastic and I have used it a lot. An excellent alternative to Windows Task Scheduler when in your heart you really want cron,

While there is a days, what I really need is

```
schedule.every().weekday.do(job)
schedule.every().weekday.at("13:15").do(job)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.